diff options
Diffstat (limited to 'themes/default/css/fix-ie.css')
-rw-r--r-- | themes/default/css/fix-ie.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/css/fix-ie.css b/themes/default/css/fix-ie.css index 3d9604e6..d071abac 100644 --- a/themes/default/css/fix-ie.css +++ b/themes/default/css/fix-ie.css @@ -45,6 +45,6 @@ input.submit { width: 60px; } -#gQuickPane { +.gQuickPane { height: 32px !important; -}
\ No newline at end of file +} |