From f763074eec300d7a0f7573a68577248ebce6e711 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 27 May 2015 13:29:41 +0000 Subject: Wide Coverage Translation Demo: add buttons for speech output Also fixed a problem with showing inflections for words containing underscores (e.g. race_2_N). --- src/www/wc.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/www/wc.html') diff --git a/src/www/wc.html b/src/www/wc.html index 06a86a973..3251b0925 100644 --- a/src/www/wc.html +++ b/src/www/wc.html @@ -32,6 +32,10 @@ span.inflect { color: blue; } .node rect { fill: #fff; stroke: black; stroke-width: 1.5px; } .node text { font-size: 10px; font-family: serif; } .link { fill: none; stroke: #ccc; stroke-width: 1.5px; } +.speech_buttons > * { display: none; } +.speech_buttons > *:nth-child(1) { display: inline; } +.speech_buttons > *:nth-child(2) { display: inline; } +/* .speech_buttons:hover > * { display: inline; } */ @@ -103,7 +107,7 @@ span.inflect { color: blue; }
-Last modified: Mon May 18 13:38:24 CEST 2015 +Last modified: Wed May 27 15:27:37 CEST 2015
About @@ -111,6 +115,7 @@ span.inflect { color: blue; } + -- cgit v1.2.3