summaryrefslogtreecommitdiff
path: root/themes/admin_default/css
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-03 01:26:22 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-03 01:26:22 +0000
commit62fe5f0bd60fb122e4c2fdd4ddfd5eee9c997533 (patch)
tree91bcaf0f0654a4cb59343f3f5f5b4a2a7c168681 /themes/admin_default/css
parenta57ede2f96babc216538f0115561c6e4f94eb79d (diff)
Inject the drag and drop handle style via jQuery. Restore background color bars behind admin block titles.
Diffstat (limited to 'themes/admin_default/css')
-rw-r--r--themes/admin_default/css/screen.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index 7c01955a..56bb03f1 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -22,7 +22,7 @@
}
.gBlockContent {
- padding-top: 1em;
+ padding: 0 1em 1em 1em;
}
/** *******************************************************************
@@ -38,7 +38,7 @@
#gContent {
font-size: 1.1em;
- width: 97%;
+ width: 96%;
}
/** *******************************************************************
@@ -64,7 +64,7 @@
}
#gContent .gBlock h2 {
- cursor: move;
+ background-color: #e8e8e8;
margin: -.8em -.3em 0 -.3em;
}