summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-07 00:13:31 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-07 00:13:31 -0700
commitc9d38e606f188c33ced63ff5ee5f29c1413b9da5 (patch)
tree524177a5c4cfc2ae611451a601eab1790cc996f6 /themes/admin_wind/css
parentca6c8c5b87abaa77cf227532f73685b80224244e (diff)
Add a bit of white space under fieldsets.
Diffstat (limited to 'themes/admin_wind/css')
-rw-r--r--themes/admin_wind/css/screen.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index 4d548aed..5fe47d76 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -88,10 +88,18 @@ a:hover,
/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+fieldset {
+ margin-bottom: 1em;
+}
+
#g-dialog form {
width: 270px;
}
+#g-dialog fieldset {
+ margin-bottom: 0;
+}
+
/* Tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table {