This commit is contained in:
KONE SOREL 2026-01-03 09:04:33 +00:00
parent 57d4ddfebe
commit 1299479655
2 changed files with 3 additions and 2 deletions

View File

@ -962,7 +962,8 @@ li i { margin-right:10px; color:#007bff; }
#div_texte_cp,
#div_emission,
#div_colleges_police,
#div_ajout_adherent {
#div_ajout_adherent,
#div_liste_adherent {
background-color: var(--office-light);
color: var(--office-dark);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

View File

@ -4,7 +4,7 @@
$prestationPossible = $this->nettoyer($police['prestationPossible']);
?>
<div id="div_liste_adherent" class="container-fluid py-1"> class="container-fluid py-4 animate__animated animate__fadeIn">
<div id="div_liste_adherent" class="container-fluid py-4 animate__animated animate__fadeIn">
<h1 class="text-primary"><i class="fas fa-users me-2"></i></i> <?= _('Gestion des Adhérents') ?></h1>