From ffa1fa45f691160aa369e772b71618a547742625 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 25 Jan 2009 06:55:24 +0000 Subject: Admin theme style cleanup. Merged separate selected, available, unavailable into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet. --- themes/admin_default/css/screen.css | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'themes/admin_default/css') diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index c2b903dd..d3efa040 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -10,7 +10,7 @@ .gBlock { background-color: #fff; - border: 1px solid #e7e7e7; + border: 1px solid #ccc; margin-bottom: 1em; padding: 1em; } @@ -110,7 +110,7 @@ } .gBlock .ui-dialog-titlebar { - margin: -1em -.4em 0 ; + margin: -1em -1em 0; } #gSidebar .gBlock h2 { @@ -126,6 +126,24 @@ margin-bottom: 0; } +#gAdminGraphics .gAvailable .gBlock { + clear: none; + float: left; + height: 190px; + margin-right: 1em; + width: 33%; +} + +#gSiteTheme, +#gAdminTheme { + float: left; + width: 48%; +} + +#gSiteTheme { + margin-right: 1em; +} + .gButtonLink { border-width: 1px; border-style: solid; @@ -139,13 +157,6 @@ border-color: #c8c8c8 #ececec #ececec #c8c8c8; } -.gBlock h2 a { - font-size: .7em; - float: right; - position: relative; - top: -1.69em; -} - .gUserAdminList li { padding: .4em .4em .3em .4em; position: relative; @@ -196,6 +207,7 @@ li.gGroup { #gHeader:after, #gAdminCommentsMenu:after, +#gGroupAdmin:after, .gSelected:after { clear: both; content: "."; -- cgit v1.2.3