From 2934efbae091d785677582fed40befd7b0c181ac Mon Sep 17 00:00:00 2001 From: crunk Date: Mon, 21 Mar 2022 20:53:53 +0100 Subject: [PATCH] small css fix for editor view --- verse/static/css/editor.css | 9 ++++++++- verse/templates/editor.html | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/verse/static/css/editor.css b/verse/static/css/editor.css index b764e96..4681daa 100644 --- a/verse/static/css/editor.css +++ b/verse/static/css/editor.css @@ -18,7 +18,14 @@ width: 100%%; margin: 0 auto; } - +#editorsubmitform { + padding-top: 1em; +} +.required label { + display: block; + padding-bottom: 2px; + width: 100% +} textarea { width: 100%; height: 100%; diff --git a/verse/templates/editor.html b/verse/templates/editor.html index 722ded2..1a9288c 100644 --- a/verse/templates/editor.html +++ b/verse/templates/editor.html @@ -18,7 +18,7 @@ {% endfor %} -
+
{% if files_uploaded or distribusi_live %}
{{ editorform.cssname.label }} @@ -34,7 +34,7 @@
{{ message }}
{% endfor %}
-
+
{{ editorform.public.label }} {{ editorform.public }} {% for message in editorform.public.errors %}