From 7db1758e93775c3f59c4a874da36225585dcbab5 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 2 Jan 2009 22:06:12 +0000 Subject: More admin menu cleanup to reduce it's height. Removed redundant admin theme images, these are included in the default theme. Added a favicon. --- themes/admin_default/css/screen.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'themes/admin_default/css') diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 4ff093eb..a4f6bb00 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -30,8 +30,9 @@ **********************************************************************/ #gHeader { + background-color: #e8e8e8; border-bottom: 1px solid #ccc; - min-width: 1000px; + min-width: 1024px; padding: 0 20px; } @@ -46,20 +47,27 @@ #gHeader #gLogo { float: left; - margin: 11px 10px 0 0; + margin: 0 10px 0 0; } #gHeader #gSiteAdminMenu { - clear: none; float: left; font-size: 1.2em; - margin-top: 12px; } #gHeader #gSiteAdminMenu ul { margin-bottom: 0; } +#gHeader #gLoginMenu { + float: right; + margin: 1em 0 0 1em; +} + +#gHeader #gLoginMenu li { + margin: 0 0 0 1em; +} + #gContent .gBlock h2 { cursor: move; margin: -.8em -.3em 0 -.3em; -- cgit v1.2.3