diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-07-26 10:54:21 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-07-26 10:54:21 -0600 |
| commit | 26117accb62a58728da5e3c9b9166980a955ab44 (patch) | |
| tree | e937d60ac21acbcf178cce34d65cb573aecd6c11 /themes/default/css/fix-ie.css | |
| parent | dcc3249f2186843ff81a9fa604d103a535842b27 (diff) | |
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.
Diffstat (limited to 'themes/default/css/fix-ie.css')
| -rw-r--r-- | themes/default/css/fix-ie.css | 21 |
1 files changed, 6 insertions, 15 deletions
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 |
