diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-07 00:13:31 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-07 00:13:31 -0700 |
commit | c9d38e606f188c33ced63ff5ee5f29c1413b9da5 (patch) | |
tree | 524177a5c4cfc2ae611451a601eab1790cc996f6 | |
parent | ca6c8c5b87abaa77cf227532f73685b80224244e (diff) |
Add a bit of white space under fieldsets.
-rw-r--r-- | themes/admin_wind/css/screen.css | 8 |
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 { |