# 86 Visual improvements
* moves message rendering directly below navigation menu for a more closed look * reworks message rendering on before_states and after_states for all compensation related datatypes * reworks layout of action column on all related data card tables * resizes certain attribute layouts on related data card tables * reworks layout of details on CompensationState and CompensationAction rendering from own column into subgrouped placement of main type info * drops align-middle placement for all related data card table contents
This commit is contained in:
@@ -23,15 +23,14 @@
|
||||
{% include 'navbars/navbar.html' %}
|
||||
{% endblock %}
|
||||
</header>
|
||||
<div class="container-fluid mt-3">
|
||||
<div class="">
|
||||
<div class="col">
|
||||
{% for message in messages %}
|
||||
<div class="row alert alert-{{ message.tags }}">
|
||||
{{ message }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
<div class="row alert alert-{{ message.tags }}">
|
||||
{{ message }}
|
||||
</div>
|
||||
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="container-fluid mt-3">
|
||||
{% comment %}
|
||||
The modal wrapper, which can be used on every view can stay on the base.html template
|
||||
{% endcomment %}
|
||||
|
||||
Reference in New Issue
Block a user