From ce21f9bd0892f67522734c3a732d253cd839956a Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 13 Jun 2012 21:34:59 +0000 Subject: translator: added support for the Apertium translation service Also added feedback to source & target language menus to indicate which languages are supported by the selected translation method. For Apertium, the source language menu shows all possible source languages, and the target menu shows the possible target languages for the chosen source language. --- src/www/translator/translator.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/www/translator/translator.css') diff --git a/src/www/translator/translator.css b/src/www/translator/translator.css index 57902ebc3..0f4e328ca 100644 --- a/src/www/translator/translator.css +++ b/src/www/translator/translator.css @@ -27,6 +27,8 @@ table.menubar td:hover, table.menubar dt:hover, dl.popupmenu > dt:hover { } table table dl { left: 6em; } table.menubar dt { white-space: nowrap; } +dt.unsupported { color: #999; } + div.document { /*margin-top: 7ex;*/ clear: both; -- cgit v1.2.3