summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 0e37c71..53b5271 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -610,7 +610,8 @@ form .buttons {
margin: -20px 0 15px 0;
}
-form p+.buttons {
+form p+.buttons,
+form fieldset .buttons {
margin-top: 0;
}
@@ -618,6 +619,10 @@ form .button.add-image {
margin: 10px 0 10px 0;
}
+form legend+.button.add-image {
+ margin-top: 0px;
+}
+
form progress {
display: none;
width: 100%;