From c9d38e606f188c33ced63ff5ee5f29c1413b9da5 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 7 Nov 2009 00:13:31 -0700 Subject: Add a bit of white space under fieldsets. --- themes/admin_wind/css/screen.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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 { -- cgit v1.2.3