diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-11 22:49:54 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-11 22:49:54 +0000 |
| commit | eccf2bf83ed18c51888c072cea0ec522ef1fda4a (patch) | |
| tree | 8c8f96135b2af814948392fe4668e04162732784 /themes/admin_default | |
| parent | 66fe884cb56e31a4b7c08cfe58ac787b92b6829f (diff) | |
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.
Diffstat (limited to 'themes/admin_default')
| -rw-r--r-- | themes/admin_default/css/screen.css | 31 |
1 files changed, 27 insertions, 4 deletions
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; } |
