fr
This commit is contained in:
parent
1607b19acf
commit
65ed943799
|
|
@ -1061,7 +1061,8 @@ li i { margin-right:10px; color:#007bff; }
|
|||
#div_ajout_adherent,
|
||||
#div_avenant,
|
||||
#div_liste_adherent,
|
||||
#div_adherent {
|
||||
#div_adherent,
|
||||
#div_liste {
|
||||
background-color: var(--office-light);
|
||||
color: var(--office-dark);
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
|
|
@ -1076,7 +1077,8 @@ li i { margin-right:10px; color:#007bff; }
|
|||
#div_ajout_adherent .card,
|
||||
#div_avenant .card,
|
||||
#div_liste_adherent .card,
|
||||
#div_adherent .card{
|
||||
#div_adherent .card,
|
||||
#div_liste .card{
|
||||
border: 1px solid var(--office-border);
|
||||
border-radius: 2px; /* Office style is more rectangular */
|
||||
}
|
||||
|
|
@ -1088,6 +1090,7 @@ li i { margin-right:10px; color:#007bff; }
|
|||
#div_ajout_adherent .card-header,
|
||||
#div_avenant .card-header,
|
||||
#div_liste_adherent .card-header
|
||||
#div_adherent .card-header,
|
||||
#div_adherent .card-header{
|
||||
border-bottom: 1px solid var(--office-border) !important;
|
||||
background-color: white;
|
||||
|
|
|
|||
|
|
@ -7,12 +7,12 @@
|
|||
<input class="visually-hidden" type="text" id="idClient" value="<?= $idClient ?>">
|
||||
|
||||
<div id="div_liste" class="container-fluid py-3 animate__animated animate__fadeIn">
|
||||
<h1 class="text-primary"><i class="fas fa-users-cog me-2"></i> <?= _("Utilisateurs Portail RH") ?></h1>
|
||||
|
||||
<div class="card shadow-sm border-0">
|
||||
|
||||
<div class="card-header bg-primary text-white py-3 d-flex justify-content-between align-items-center">
|
||||
<h5 class="mb-0 fw-bold">
|
||||
<i class="fas fa-users-cog me-2"></i>
|
||||
<?= _("Utilisateurs Portail RH") ?> : <span class="fw-normal text-white-50"><?= $nomClient ?></span>
|
||||
<span class="fw-normal text-white-50"><?= $nomClient ?></span>
|
||||
</h5>
|
||||
<div class="d-flex align-items-center gap-3">
|
||||
<span class="badge bg-white text-primary rounded-pill px-3 shadow-sm">
|
||||
|
|
|
|||
|
|
@ -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.12.02" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.13.00" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||
|
||||
<!-- Charts -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user