From c3d4d0f547d1971f35b919a15ec65be548f2a52d Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 4 Dec 2022 10:46:41 -0700 Subject: Image upload polishing and webp --- static/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'static') 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%; -- cgit v1.2.3