From d4875583690dbf8b532427755d76aca33d4c63ae Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 12 Feb 2009 04:25:43 +0000 Subject: Fixed gViewMenu button issues. Fixed major admin_default theme issues, content now clears the menu. Added IE-specific stylesheet to admin theme. --- themes/admin_default/css/fix-ie.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'themes/admin_default/css/fix-ie.css') diff --git a/themes/admin_default/css/fix-ie.css b/themes/admin_default/css/fix-ie.css index 0745b035..5df130d7 100644 --- a/themes/admin_default/css/fix-ie.css +++ b/themes/admin_default/css/fix-ie.css @@ -1,7 +1,10 @@ /** - * Fix display in IE 7 and earlier + * Fix display in IE */ -#gHeader { +#gHeader, +#gAdminMenu, +#gGroupAdmin, +.gAvailable .gBlock { zoom: 1; } -- cgit v1.2.3