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.

This commit is contained in:
Chad Kieffer
2009-01-11 22:49:54 +00:00
parent 66fe884cb5
commit eccf2bf83e
3 changed files with 40 additions and 76 deletions

View File

@@ -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;
}