summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-07 15:34:34 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-07 15:34:34 -0700
commit95ffb393d3d2af0d18af23a27ce4400b54128197 (patch)
tree36077143d3f92c818b0ddb127c71b49223cf7281 /themes
parent322422e785199b7f0f26b987525bba8843692fb5 (diff)
Restore padding and border for admin dashboard blocks, minor table margin adjustments.
Diffstat (limited to 'themes')
-rw-r--r--themes/admin_wind/css/screen.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index 6b4a0b4e..4aa02023 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -107,7 +107,7 @@ table {
}
#g-content table {
- margin: 1em 0 3em 0;
+ margin: .6em 0 2em 0;
}
caption,
@@ -131,7 +131,8 @@ th {
* 2) Reusable content blocks
*********************************************************************/
-.g-block {
+.g-block,
+#g-content #g-admin-dashboard .g-block {
background-color: #fff;
border: 1px solid #ccc;
padding: 1em;