bilan_etud : responsive in progress

This commit is contained in:
Iziram 2024-08-20 15:08:40 +02:00
parent 9caa6bf75d
commit 71f88dfa97
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,8 @@
width: 90%; width: 90%;
} }
#ajout-assiduite-etud #modimpl { #modimpl,
#moduleimpl_select {
max-width: 200px; max-width: 200px;
} }
} }

View File

@ -76,6 +76,7 @@ Bilan assiduité de {{sco.etud.nomprenom}}
id="stats_date_debut" value="{{date_debut}}"></label> id="stats_date_debut" value="{{date_debut}}"></label>
<label class="stats-label"> Date de fin <input type="text" class="datepicker" name="stats_date_fin" <label class="stats-label"> Date de fin <input type="text" class="datepicker" name="stats_date_fin"
id="stats_date_fin" value="{{date_fin}}"></label> id="stats_date_fin" value="{{date_fin}}"></label>
<br mobile="true">
<button onclick="stats()">Actualiser</button> <button onclick="stats()">Actualiser</button>
</div> </div>