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 %}