diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-16 01:35:05 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-16 01:35:05 -0600 |
commit | 99db7e274818e4c3331cf55aba1d8a47d6ab8dde (patch) | |
tree | 181836cb1af3e62da13c09a8297241088dd34d89 /themes | |
parent | eb3e36f1325785807e4e5d01dfdf51f0e3d8faef (diff) |
Remove bg icons when an <li> in a form is tagged with g-error, etc. Minor consistency updates for form layout styles in views and dialogs.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/css/screen.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index ab3730c7..cae472be 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -122,7 +122,7 @@ td { fieldset { border: 1px solid #ccc; - padding-bottom: .8em; + padding: .8em 1em !important; } #g-banner fieldset, @@ -133,7 +133,7 @@ fieldset { legend { font-weight: bold; - margin-left: 1em; + margin-left: .8em; } #g-banner legend, @@ -178,7 +178,7 @@ option:focus { form li { margin: 0 !important; - padding: .3em 1.5em .3em 1em; + padding: .3em 0; } form ul ul { |