diff options
| author | hallgren <hallgren@chalmers.se> | 2012-06-13 21:34:59 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-06-13 21:34:59 +0000 |
| commit | ce21f9bd0892f67522734c3a732d253cd839956a (patch) | |
| tree | fada3044f6e05b9f057bd37dfbca9042601fba63 /src/www/translator/translator.css | |
| parent | 8538f34ac88abd3ef6161d810b5c1cde039aa1f0 (diff) | |
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.
Diffstat (limited to 'src/www/translator/translator.css')
| -rw-r--r-- | src/www/translator/translator.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
