diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-02 13:12:36 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-02 13:12:36 -0700 |
commit | 76fcb8e654823fc9f829f7b6eced5905318634ec (patch) | |
tree | 10825a0610855f27ef0cc1b7286d98ee84a4f950 /modules/gallery/css | |
parent | 61e7b9b8f0803dbc968bfd760b6a0bd77e8c7853 (diff) | |
parent | 4f50357a3873bb612abf1e5fddebe9ee9cbadf40 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
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; +} |