summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-06 23:20:42 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-06 23:20:42 -0800
commitad8579e11a0860006cecf9312c86c1a2c4e8418a (patch)
treef031e8dc60b960983816d5b26991c340f17faa9e
parentcbde32b0d2869396ce2863f2e9ce211a1d9fb555 (diff)
parent7b92df6a56c7f1f8bbbafabbadb4e796b1d2d14b (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
-rw-r--r--themes/admin_wind/css/screen.css8
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 {