Some final styling tweaks
This commit is contained in:
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
.block_container .block {
|
.block_container .block {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: calc(100% / 3 - 13.33px);
|
width: calc(100% / 3 - 13.33px);
|
||||||
|
@ -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 %}
|
{% 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 %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
|
{{ modal_content }}
|
||||||
|
|
||||||
<form action="{% block form_action %}{{ view.create_url }}{% endblock %}" {% if is_multipart %} enctype="multipart/form-data"
|
<form action="{% block form_action %}{{ view.create_url }}{% endblock %}" {% if is_multipart %} enctype="multipart/form-data"
|
||||||
{% endif %} method="POST" novalidate>
|
{% endif %} method="POST" novalidate>
|
||||||
{% csrf_token %} {% block form %}{{ edit_handler.render_form_content }}{% endblock %}
|
{% csrf_token %} {% block form %}{{ edit_handler.render_form_content }}{% endblock %}
|
||||||
|
Reference in New Issue
Block a user