summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-05-30 23:10:18 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-05-30 23:10:18 -0600
commitd9a3a609f2ba433ae9e0e317fed2339f0032d791 (patch)
treea6ec27fadee9d37d6b334769af2bf19783bd19c8
parentf95b51e2197aa42286b15a6759a91404503371ac (diff)
Fix height on #gQuickPane in IE
-rw-r--r--themes/default/css/fix-ie.css4
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