From d9a3a609f2ba433ae9e0e317fed2339f0032d791 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 30 May 2009 23:10:18 -0600 Subject: Fix height on #gQuickPane in IE --- themes/default/css/fix-ie.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/default/css') 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 -- cgit v1.2.3