7

Some final styling tweaks

This commit is contained in:
Jasper Berghoef
2016-11-08 14:53:57 +01:00
parent d30c79ef4e
commit b07d01e4ea
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,6 @@
.block_container .block {
display: block;
float: left;
box-sizing: border-box;
position: relative;
width: calc(100% / 3 - 13.33px);

View File

@ -7,6 +7,9 @@
{% include "wagtailadmin/shared/header.html" with title=view.get_page_title subtitle=view.get_page_subtitle icon=view.header_icon tabbed=1 merged=1 %}
{% endblock %}
{{ modal_content }}
<form action="{% block form_action %}{{ view.create_url }}{% endblock %}" {% if is_multipart %} enctype="multipart/form-data"
{% endif %} method="POST" novalidate>
{% csrf_token %} {% block form %}{{ edit_handler.render_form_content }}{% endblock %}