diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-08 23:13:02 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-08 23:13:02 -0700 |
commit | 6ddbef3dcd3ee34e622bc7286ebf138b7ef1ffaa (patch) | |
tree | c1519f4b2492eb1913d2c6c762fca2791ef39d16 /themes/admin_wind/css | |
parent | e184b5b6b16eae73d2133819d151b465dbda0c53 (diff) |
Add a bit more space back inbetween admin form inputs on pages
Diffstat (limited to 'themes/admin_wind/css')
-rw-r--r-- | themes/admin_wind/css/screen.css | 4 |
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; } |