diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-05-30 23:10:18 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-05-30 23:10:18 -0600 |
commit | d9a3a609f2ba433ae9e0e317fed2339f0032d791 (patch) | |
tree | a6ec27fadee9d37d6b334769af2bf19783bd19c8 | |
parent | f95b51e2197aa42286b15a6759a91404503371ac (diff) |
Fix height on #gQuickPane in IE
-rw-r--r-- | themes/default/css/fix-ie.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/css/fix-ie.css b/themes/default/css/fix-ie.css index 1e466450..84704850 100644 --- a/themes/default/css/fix-ie.css +++ b/themes/default/css/fix-ie.css @@ -40,3 +40,7 @@ input.submit { .gPager .ui-icon-right { width: 60px; } + +#gQuickPane { + height: 32px !important; +}
\ No newline at end of file |