mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
layout content position for fullwidth pages
This commit is contained in:
parent
c9562ebdf7
commit
7ac61002b0
@ -20,7 +20,7 @@
|
||||
{% block title title|trans %}
|
||||
|
||||
{% block content %}
|
||||
<div class="search-list my-5">
|
||||
<div class="col-md-10 col-xxl search-list">
|
||||
|
||||
<h1>{{ title|trans }}</h1>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
{% set _search_pattern = pattern %}
|
||||
|
||||
{% block content %}
|
||||
<div class="search-list my-5">
|
||||
<div class="col-md-10 col-xxl search-list">
|
||||
|
||||
<p class="error">{{ message }}</p>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
{% block title %}{{ 'Search %pattern%'|trans({ '%pattern%' : pattern }) }}{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
<div class="search-list my-5">
|
||||
<div class="col-md-10 col-xxl search-list">
|
||||
|
||||
{% for result in results %}
|
||||
{{ result|raw }}
|
||||
|
@ -47,6 +47,5 @@
|
||||
|
||||
{{ form_end(form) }}
|
||||
|
||||
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
@ -19,10 +19,7 @@
|
||||
{% block title %}{{ 'Alreay existing person'|trans }}{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
<div class="person-new col-12 my-5">
|
||||
<div class="row justify-content-center">
|
||||
|
||||
<div class="col-md-10 col-xxl">
|
||||
<div class="col-md-10 col-xxl person-new">
|
||||
|
||||
<div class="alert alert-warning flash_message">
|
||||
<span>
|
||||
@ -90,7 +87,5 @@
|
||||
{{ form_end(form) }}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
@ -36,11 +36,9 @@
|
||||
{% endblock %}
|
||||
{% else %}
|
||||
{% block content %}
|
||||
<div class="col-md-10 col-xxl">
|
||||
<div class="tasks my-5">
|
||||
<div class="col-md-10 col-xxl tasks">
|
||||
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user