From eccf2bf83ed18c51888c072cea0ec522ef1fda4a Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 11 Jan 2009 22:49:54 +0000 Subject: Moved admin css that needs a home to admin theme. Removed bg texture from default theme's site menu and buttons. Leave 'em with a flat color for now. --- themes/admin_default/css/screen.css | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 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 b343021c..6c369b54 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -96,8 +96,31 @@ visibility: hidden; } -#gBulkAction label, -#gBulkAction input[type="submit"], -#gBulkAction select { - display: inline; +/* stuff that needs a home */ +#gAdminThemes .theme_block { + background: white; +} +#gAdminThemes .active { + padding: 10px; +} +#gAdminThemes .available .theme_block:hover { + background: #eee; +} +#gAdminThemes .available div { + padding: 10px; + cursor: pointer; +} +#gAdminThemes .available div { + width: 250px; + float: left; +} +#gAdminGraphics tr { + cursor: pointer; +} +#gAdminGraphics tr.selected { + background-color: #cfc !important; + cursor: default; +} +#gAdminGraphics tr:hover { + background-color: #eee; } -- cgit v1.2.3