forked from crunk/distribusi-verse
small css fix for editor view
This commit is contained in:
parent
5922bfcef0
commit
2934efbae0
@ -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%;
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user