summaryrefslogtreecommitdiff
path: root/themes/admin_default/css/admin_screen.css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-08-29 14:01:04 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-08-29 14:01:04 -0600
commit5db0b68a70434a16d8881a6e560a9526530a8a60 (patch)
tree85997fc3cbe4930ce2862667947cd6e209decba1 /themes/admin_default/css/admin_screen.css
parent210ba966f8fde3d9285a5492dd9f7ed5eac0b126 (diff)
Update status message styles. Lighten backgrounds, don't show background on Admin Maintenance rows, and added gModuleStatus class.
Diffstat (limited to 'themes/admin_default/css/admin_screen.css')
-rw-r--r--themes/admin_default/css/admin_screen.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/themes/admin_default/css/admin_screen.css b/themes/admin_default/css/admin_screen.css
index 913631dc..7e468442 100644
--- a/themes/admin_default/css/admin_screen.css
+++ b/themes/admin_default/css/admin_screen.css
@@ -35,13 +35,12 @@
.gSelected img,
.gAvailable .gBlock img {
float: left;
- margin-right: 1em;
+ margin: 0 1em 1em 0;
}
.rtl .gSelected img,
.rtl .gAvailable .gBlock img {
float: right;
- margin-left: 1em;
}
.gSelected {
@@ -202,7 +201,7 @@
#gAdminGraphics .gAvailable .gBlock {
clear: none;
float: left;
- height: 16em;
+ height: 17em;
margin-right: 1em;
width: 30%;
}
@@ -263,8 +262,8 @@ li.gGroup {
}
li.gGroup h4 {
- background-color: #EEEEEE;
- border-bottom: 1px dashed #CCCCCC;
+ background-color: #eee;
+ border-bottom: 1px dashed ccc;
padding: .5em 0 .5em .5em;
}
li.gGroup .gButtonLink {