diff --git a/src/moin/static/css/common.css b/src/moin/static/css/common.css index 196d483a0..1e0d3e171 100644 --- a/src/moin/static/css/common.css +++ b/src/moin/static/css/common.css @@ -594,7 +594,7 @@ li.moin-selected-groups { font-size: 1em; font-weight: bold; } .moin-form .moin-radio input { width: 1em; } .moin-form .submit-buttons{ display: flex; column-gap: 8pt; justify-content: end; - margin: 8pt 0; } + margin: 8pt 0; } #options dd { width: 10%; } #options dt { width: 60%; max-width: 40em; } diff --git a/src/moin/templates/modify.html b/src/moin/templates/modify.html index 9cf770e05..105d19ae0 100644 --- a/src/moin/templates/modify.html +++ b/src/moin/templates/modify.html @@ -77,9 +77,9 @@

{{ title }}

POSTs originate from their respective applets. #} {% if not form['content_form'].is_draw %} -
- {{ forms.render(form['comment']) }} -
+
+ {{ forms.render(form['comment']) }} +
{% endif %} {{ meta_editor(form['meta_form'], may_admin) }} @@ -93,7 +93,7 @@

{{ title }}

POSTs originate from their respective applets. #} {% if not form['content_form'].is_draw %} - +
{% set warning = "" %} {{ gen.input(type='submit', id='moin-cancel-text-button', name='cancel', value=form.cancel_label,