|
@@ -8,7 +8,7 @@
|
|
|
{% block stylesheets %}{% endblock %}
|
|
|
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
|
|
|
</head>
|
|
|
- <body style="padding-top:7rem;padding-bottom:4rem;">
|
|
|
+ <body style="padding-top:5rem;padding-bottom:4rem;">
|
|
|
{% for type, messages in app.session.flashBag.all %}
|
|
|
{% for message in messages %}
|
|
|
{% if type == 'error' %}{% set type = 'danger' %} {% endif %}
|
|
@@ -134,8 +134,11 @@
|
|
|
</nav>
|
|
|
<div>
|
|
|
<header>
|
|
|
- <h1>{% block titre %}{% endblock %}</h1>
|
|
|
-
|
|
|
+ <div class="grid">
|
|
|
+ <div class="g-col-12">
|
|
|
+ <h1>{% block titre %}{% endblock %}</h1>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!-- Modal -->
|
|
|
<div class="modal fade" id="modalWindow" tabindex="-1" role="dialog" aria-labelledby="ModalWindow" aria-hidden="true">
|
|
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
@@ -143,7 +146,6 @@
|
|
|
<div class="modal-header">
|
|
|
<h5 class="modal-title" id="information">Vidéothèque partagée</h5>
|
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
|
|
|
- <span aria-hidden="true">×</span>
|
|
|
</button>
|
|
|
</div>
|
|
|
<div class="modal-body">
|