mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 22:46:13 +00:00
Add footer at the bottom close #351
This commit is contained in:
parent
9e05755f28
commit
0c4e02afac
@ -3269,7 +3269,7 @@ a:hover {
|
||||
.navigation .navigation-search button {
|
||||
padding: 7px 12px;
|
||||
position: absolute;
|
||||
top: .9em;
|
||||
top: .99em;
|
||||
right: 1em; }
|
||||
|
||||
a {
|
||||
@ -3278,6 +3278,12 @@ a {
|
||||
.text-right {
|
||||
text-align: right; }
|
||||
|
||||
html, body {
|
||||
height: 100%; }
|
||||
|
||||
.content {
|
||||
min-height: 85%; }
|
||||
|
||||
.footer {
|
||||
background: #294253;
|
||||
width: 100%; }
|
||||
|
File diff suppressed because one or more lines are too long
@ -71,7 +71,6 @@
|
||||
{% block layout_content %}
|
||||
<div class="container content">
|
||||
{# Flash messages ! #}
|
||||
<div class="container">
|
||||
{% for flashMessage in app.session.flashbag.get('success') %}
|
||||
<div class="grid-8 centered success">
|
||||
<span>
|
||||
@ -95,10 +94,8 @@
|
||||
</span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="container">
|
||||
<div class="grid-8 centered">
|
||||
<h2>{{ 'Search a person'|trans }}</h2>
|
||||
@ -116,9 +113,8 @@
|
||||
{{ chill_menu('homepage', {
|
||||
'layout': 'ChillMainBundle::Menu/homepage.html.twig',
|
||||
}) }}
|
||||
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user