toulouse-metropole: fix display of notification messages

This commit is contained in:
Frédéric Péters 2020-04-11 14:56:02 +02:00
parent 0f696b9805
commit cbb923a365
2 changed files with 5 additions and 2 deletions

View File

@ -1566,6 +1566,9 @@ ul {
#messages li {
margin-top: 0;
&:last-child {
margin-bottom: 0;
}
}
#steps-mobile {
@ -1796,7 +1799,8 @@ div#messages {
}
div#main-content div#messages {
display: none;
// push main content down
visibility: hidden;
}
$list-illus:

View File

@ -11,4 +11,3 @@
{% endblock %}
{% block header-pre %}{% block messages %}{{ block.super }}{% endblock %}{% endblock %}
{% block content-messages %}{% endblock %}