diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-02 12:30:23 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-02 12:30:23 -0800 |
commit | 3c3671cff25f28e21a702b1f665a6baa282d045f (patch) | |
tree | 6f6f79180f00c6d8948aa3c52febe1491ce541c6 /modules | |
parent | fe11e34cea8ea31c048af5f38d63220850b0293d (diff) |
Remove the test-transform:uppercase from the l10n css as it was causing problems with other text fields in IE and it violates our case standards. Fixes ticket #912
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/css/l10n_client.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/gallery/css/l10n_client.css b/modules/gallery/css/l10n_client.css index 053b4432..90034d0c 100644 --- a/modules/gallery/css/l10n_client.css +++ b/modules/gallery/css/l10n_client.css @@ -45,7 +45,6 @@ display:block; position:absolute; right:0em; height:2em; line-height:2em; - text-transform:uppercase; text-align:center; background:#000; } #l10n-client-toggler a { @@ -62,7 +61,7 @@ height:1em; line-height:1em; padding: .5em; margin:0px; font-size:1em; - text-transform:uppercase;} +} #l10n-client .strings h2 { border:0px;} |