diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-06-02 00:43:04 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-02 00:43:04 -0700 |
commit | 1cfed1fac1f2aa109e96c2aa5c9f66002610b0f8 (patch) | |
tree | c3db88317ca0251829b370ef84343bcba1fd8dd9 /modules/gallery/css | |
parent | f0395984109bb279b6dac157bff885b45e489a52 (diff) |
Extend L10n client to provide UI for plural translation.
Ticket 148.
Diffstat (limited to 'modules/gallery/css')
-rw-r--r-- | modules/gallery/css/l10n_client.css | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/modules/gallery/css/l10n_client.css b/modules/gallery/css/l10n_client.css index 8973715f..6616f511 100644 --- a/modules/gallery/css/l10n_client.css +++ b/modules/gallery/css/l10n_client.css @@ -145,7 +145,6 @@ how it wants to round. */ margin:0em; } - #l10n-client-string-editor { display:none; float:left; @@ -168,18 +167,13 @@ how it wants to round. */ #gL10nClientSaveForm { padding:0em;} - #gL10nClientSaveForm .form-textarea { - height:13em; - font-size:1em; line-height:1.25em; - width:95%;} - - #gL10nClientSaveForm .form-submit { - margin-top: 0em;} - - #l10n-client form ul, #l10n-client form li, #l10n-client form input[type=submit], #l10n-client form input[type=text] { display: inline ! important ; } + +#l10n-client form .hidden { + display: none; +} |