From 26117accb62a58728da5e3c9b9166980a955ab44 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 26 Jul 2009 10:54:21 -0600 Subject: Update to how gSiteMenu is positioned. Required addition of a new container, gBanner. This will ensure proper positioning across most browsers and simplifies gBreadcrumbs styles. Removed inaffective IE opacity style. --- themes/default/css/fix-ie.css | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'themes/default/css/fix-ie.css') diff --git a/themes/default/css/fix-ie.css b/themes/default/css/fix-ie.css index d071abac..c7c1ebad 100644 --- a/themes/default/css/fix-ie.css +++ b/themes/default/css/fix-ie.css @@ -1,26 +1,17 @@ /** * Fix display in IE 6, 7 */ -#gHeader, -#gSiteMenu, + +#gBanner, .gBreadcrumbs, #gAlbumGrid, #gPager, -#gViewMenu { +#gViewMenu { zoom: 1; } -#gHeader #gLogo img { - margin-top: 5px; - margin-bottom: 0; -} - -#gHeader #gSiteMenu { - margin-top: 28px; -} - -#gHeader #gQuickSearchForm { - margin-bottom: 0; +#gBanner { + z-index: 2; } input.submit { @@ -47,4 +38,4 @@ input.submit { .gQuickPane { height: 32px !important; -} +} \ No newline at end of file -- cgit v1.2.3