FIX: fixed css (space between page header and page body)

This commit is contained in:
2019-03-25 10:54:22 +01:00
parent eebf02b66c
commit 94402fb5d0
24 changed files with 63 additions and 46 deletions

View File

@@ -3,7 +3,7 @@
{% block page-container %}
{% if text %}
<div class="panel panel-{{ status }}">
<div class="panel panel-{{ status }} top-most">
<div class="panel-heading">
{{ message }}
</div>
@@ -12,7 +12,7 @@
</div>
</div>
{% else %}
<div class="alert alert-{{ status }}" role="alert">
<div class="alert alert-{{ status }} top-most" role="alert">
{{ message }}
</div>
{% endif %}