Améliorations cosmétiques

This commit is contained in:
Jean-Christophe Engel 2025-12-17 10:53:26 +01:00
parent 5c2798c734
commit aec5a83eef
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
<table class="list"> <table class="list">
<thead> <thead>
<tr> <tr>
<th class="check">{{*:input type="checkbox" name="all" value="all"*}}</th> <th class="check"></th>
<th class="num"></th> <th class="num"></th>
<th>Date</th> <th>Date</th>
<th>Libellé</th> <th>Libellé</th>
@ -72,7 +72,6 @@
{{/foreach}} {{/foreach}}
{{:assign filter_condition=$filter_condition|cat:"0)"}} {{:assign filter_condition=$filter_condition|cat:"0)"}}
{{:assign condition=$condition|cat:" AND "|cat:$filter_condition}} {{:assign condition=$condition|cat:" AND "|cat:$filter_condition}}
{{*:debug condition=$condition*}}
{{:assign nb_immo=0}} {{:assign nb_immo=0}}
{{:assign total_immo = 0}} {{:assign total_immo = 0}}

View file

@ -35,6 +35,7 @@ h2[class="aide"], h3[class="aide"] {
} }
.informations dl.describe > dt { .informations dl.describe > dt {
flex: 0 0 10rem;
margin-right: 0; margin-right: 0;
} }