summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-08 23:13:02 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-08 23:13:02 -0700
commit6ddbef3dcd3ee34e622bc7286ebf138b7ef1ffaa (patch)
treec1519f4b2492eb1913d2c6c762fca2791ef39d16
parente184b5b6b16eae73d2133819d151b465dbda0c53 (diff)
Add a bit more space back inbetween admin form inputs on pages
-rw-r--r--themes/admin_wind/css/screen.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index cd15d1dc..73ec8ac5 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -91,6 +91,10 @@ fieldset {
margin-bottom: 1em;
}
+#g-content form ul li {
+ padding: .4em 0;
+}
+
#g-dialog form {
width: 270px;
}