Merge branch 'master' into aureplop/kfet_cms

This commit is contained in:
Aurélien Delobelle 2017-06-12 02:04:28 +02:00
commit d004287957
10 changed files with 109 additions and 7 deletions

View file

@ -18,6 +18,17 @@ input[type=number]::-webkit-outer-spin-button {
100% { background: yellow; }
}
/* Announcements banner */
#banner {
background-color: #d86b01;
width: 100%;
text-align: center;
padding: 10px;
color: white;
font-size: larger;
}
/*
* Top row
*/

View file

@ -1,3 +1,10 @@
{% if config.gestion_banner %}
<div id="banner" class="container">
<span class="glyphicon glyphicon-bullhorn"></span>
<span>{{ config.gestion_banner }}</span>
</div>
{% endif %}
{% if messages %}
<div class="messages">
{% for message in messages %}