Test refont grahpique véhicules
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
border: solid 1px blue;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
}
|
||||
.child_box{
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user