summaryrefslogtreecommitdiff
path: root/themes/default/css/fix-ie.css
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-02-15 03:18:48 +0000
committerChad Kieffer <chad@2tbsp.com>2009-02-15 03:18:48 +0000
commit7c0655bb36cc8c681e2d6b0843a1a6e0f7ed4a58 (patch)
tree2e86e99ce35529f53d7583233cdd7a679a047ef6 /themes/default/css/fix-ie.css
parent5757fdbda8c1b0c8f2aadf397e9b09592a74b239 (diff)
Bring the default theme's header visually closer to the admin_default's header.
Diffstat (limited to 'themes/default/css/fix-ie.css')
-rw-r--r--themes/default/css/fix-ie.css14
1 files changed, 14 insertions, 0 deletions
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;
}