diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2010-07-18 00:25:56 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2010-07-18 00:25:56 -0600 |
commit | 04c89ef7b68e1ef7fbd82c799bb762798d5e438b (patch) | |
tree | 44b61585ee81bf1e50c72e90e34a55e814f117ac /themes/wind/css | |
parent | a8c629409bbc78791c3ae7f5f16dac0c90db214d (diff) |
Minor Wind IE tweaks. Load fix-ie.css for IE 8 too. Add padding to g-short-form submit inputs to make them same height as the text input.
Diffstat (limited to 'themes/wind/css')
-rw-r--r-- | themes/wind/css/fix-ie.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index f7f08486..ac100da4 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -7,6 +7,10 @@ zoom: 1; } +#g-sidebar { + overflow: hidden; +} + #g-photo, #g-movie { zoom: 1; @@ -22,8 +26,17 @@ input.submit { display: inline !important; } +.g-short-form input[type='submit'] { + line-height: 1em; + padding: .38em .3em; +} + #g-add-tag-form input.textbox { - width: 110px; + width: 110px !important; +} + +#g-add-tag-form input[type='submit'] { + padding: .3em 0 !important; } #g-dialog .g-cancel { |