summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAndrew Godwin2022-12-04 10:46:41 -0700
committerAndrew Godwin2022-12-04 10:46:41 -0700
commitc3d4d0f547d1971f35b919a15ec65be548f2a52d (patch)
tree379466af391dac607dc667fb015a36e37a070a5b /static
parentffda9c4913370ee84fa156e4fff07913b6d9448f (diff)
downloadtakahe-c3d4d0f547d1971f35b919a15ec65be548f2a52d.tar.gz
takahe-c3d4d0f547d1971f35b919a15ec65be548f2a52d.tar.bz2
takahe-c3d4d0f547d1971f35b919a15ec65be548f2a52d.zip
Image upload polishing and webp
Diffstat (limited to 'static')
-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%;