From 6ddbef3dcd3ee34e622bc7286ebf138b7ef1ffaa Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 8 Nov 2009 23:13:02 -0700 Subject: Add a bit more space back inbetween admin form inputs on pages --- themes/admin_wind/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- cgit v1.2.3