From 7c0655bb36cc8c681e2d6b0843a1a6e0f7ed4a58 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 15 Feb 2009 03:18:48 +0000 Subject: Bring the default theme's header visually closer to the admin_default's header. --- themes/default/css/fix-ie.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (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 c83af92f..ed5abcae 100644 --- a/themes/default/css/fix-ie.css +++ b/themes/default/css/fix-ie.css @@ -1,6 +1,7 @@ /** * Fix display in IE */ +#gHeader, #gSiteMenu, #gBreadcrumbs, #gAlbumGrid, @@ -9,6 +10,19 @@ zoom: 1; } +#gHeader #gLogo { + margin-top: 5px; + margin-bottom: 0; +} + +#gHeader #gSiteMenu { + margin-top: 28px; +} + +#gHeader #gQuickSearchForm { + margin-bottom: 0; +} + #gViewMenu a { width: 52px !important; } -- cgit v1.2.3