small css fix for editor view

This commit is contained in:
crunk 2022-03-21 20:53:53 +01:00
parent 5922bfcef0
commit 2934efbae0
2 changed files with 10 additions and 3 deletions

View File

@ -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%;

View File

@ -18,7 +18,7 @@
{% endfor %}
</fieldset>
</div>
<div class="editarea">
<div class="editarea" id="editorsubmitform">
{% if files_uploaded or distribusi_live %}
<fieldset class="required">
{{ editorform.cssname.label }}
@ -34,7 +34,7 @@
<div class="error">{{ message }}</div>
{% endfor %}
</fieldset>
<fieldset class="button">
<fieldset class="required">
{{ editorform.public.label }}
{{ editorform.public }}
{% for message in editorform.public.errors %}