diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 23:20:42 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 23:20:42 -0800 |
commit | ad8579e11a0860006cecf9312c86c1a2c4e8418a (patch) | |
tree | f031e8dc60b960983816d5b26991c340f17faa9e /themes | |
parent | cbde32b0d2869396ce2863f2e9ce211a1d9fb555 (diff) | |
parent | 7b92df6a56c7f1f8bbbafabbadb4e796b1d2d14b (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes')
-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 { |