d
This commit is contained in:
parent
891607dc63
commit
1d998bf5dc
|
|
@ -1045,7 +1045,8 @@ li i { margin-right:10px; color:#007bff; }
|
|||
#div_colleges_police,
|
||||
#div_ajout_adherent,
|
||||
#div_avenant,
|
||||
#div_liste_adherent {
|
||||
#div_liste_adherent,
|
||||
#div_adherent {
|
||||
background-color: var(--office-light);
|
||||
color: var(--office-dark);
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
|
|
@ -1059,7 +1060,8 @@ li i { margin-right:10px; color:#007bff; }
|
|||
#div_colleges_police .card,
|
||||
#div_ajout_adherent .card,
|
||||
#div_avenant .card,
|
||||
#div_liste_adherent .card{
|
||||
#div_liste_adherent .card,
|
||||
#div_adherent .card{
|
||||
border: 1px solid var(--office-border);
|
||||
border-radius: 2px; /* Office style is more rectangular */
|
||||
}
|
||||
|
|
@ -1070,7 +1072,8 @@ li i { margin-right:10px; color:#007bff; }
|
|||
#div_colleges_police .card-header,
|
||||
#div_ajout_adherent .card-header,
|
||||
#div_avenant .card-header,
|
||||
#div_liste_adherent .card-header{
|
||||
#div_liste_adherent .card-header
|
||||
#div_adherent .card-header{
|
||||
border-bottom: 1px solid var(--office-border) !important;
|
||||
background-color: white;
|
||||
color: var(--office-dark);
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||
|
||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.05.15" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.12.00" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||
|
||||
<!-- ============================================
|
||||
|
|
@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.07.02"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.12.00"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user