batch remove col-md-10 col-xxl, and add it in layout (level up)

This commit is contained in:
2021-07-22 17:21:02 +02:00
parent d81f5bafe3
commit 0cd9dc6028
33 changed files with 13 additions and 124 deletions

View File

@@ -23,8 +23,6 @@
{% block personcontent %}
<div class="task-edit">
<div class="row justify-content-center">
<div class="col-md-10 col-xxl">
<h1>{{ 'Edit task'|trans }}</h1>
@@ -57,7 +55,5 @@
{{ form_end(form) }}
</div>
</div>
</div>
{% endblock %}

View File

@@ -31,11 +31,7 @@
{% if person is not null %}
{% block personcontent %}
<div class="tasks">
<div class="row justify-content-center">
<div class="col-md-10 col-xxl">
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
</div>
</div>
</div>
{% endblock %}
{% else %}

View File

@@ -23,8 +23,6 @@
{% block personcontent %}
<div class="task-new">
<div class="row justify-content-center">
<div class="col-md-10 col-xxl">
<h1>{{ 'New task'|trans }}</h1>
@@ -48,7 +46,5 @@
{{ form_end(form) }}
</div>
</div>
</div>
{% endblock %}

View File

@@ -24,8 +24,6 @@
{% block personcontent %}
<div class="task-show">
<div class="row justify-content-center">
<div class="col-md-10 col-xxl">
<h1>{{ 'Task'|trans }}</h1>
@@ -136,8 +134,6 @@
{% endif %}
</ul>
</div>
</div>
</div>
{% endblock %}