Amélioration visuel véhicule
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
justify-content: space-between;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
a{
|
||||
color: var(--main-text-color) !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
.child{
|
||||
width: 350px;
|
||||
|
@@ -44,7 +44,7 @@
|
||||
<div class="child_box">
|
||||
{% for info in vhc.get_all_infos_perempt %}
|
||||
<div style="width: 170px;">
|
||||
{{info.sDesc}}
|
||||
<a href="/admin/vehicles/vehicles_infos/{{info.id}}" >{{info.sDesc}}</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user