Test refont grahpique véhicules

This commit is contained in:
Ambulance Clerc
2022-11-10 17:06:21 +01:00
parent 245369d60a
commit 528afd743d
2 changed files with 2 additions and 1 deletions

View File

@@ -54,6 +54,7 @@
border: solid 1px blue;
display: flex;
justify-content: space-between;
gap: 10px;
}
.child_box{

View File

@@ -32,7 +32,7 @@
<div class="container" style="height: var(--main-child-container-height);">
<b>Matériels manquants</b>
{% for info in vhc.get_all_infos_mat %}
<div class="element" style="margin-top: 15px; color: red">
<div class="element" style="margin-top: 15px; color: red !important;">
<a href="/admin/vehicles/vehicles_infos/{{info.id}}" target="_blank">{{info.sDesc}}</a> <br>
<br><span style="font-style: italic;text-transform:uppercase;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
</div>