dr
This commit is contained in:
parent
ef2c481543
commit
7c9a1b4acd
|
|
@ -954,6 +954,7 @@ li i { margin-right:10px; color:#007bff; }
|
|||
|
||||
#div_police .card-header {
|
||||
border: 1px solid var(--office-border);
|
||||
background-color: var(--office-light);
|
||||
color: var(--office-dark);
|
||||
border-bottom: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<div class="card-header d-flex justify-content-between align-items-center py-3">
|
||||
<h5 class="mb-0 fw-bold">
|
||||
<?= _("POLICE") ?> : <span class="text-secondary"><?= $this->nettoyer($police['numeroPolice']) ?></span>
|
||||
<span class="ms-3 badge bg-info text-light small fw-normal">ID: <?= $this->nettoyer($police['idPolice']) ?></span>
|
||||
<span class="ms-3 badge bg-primary text-light small fw-normal">ID: <?= $this->nettoyer($police['idPolice']) ?></span>
|
||||
</h5>
|
||||
<div class="text-end">
|
||||
<small class="d-block opacity-75"><?= _("Primes non facturées") ?></small>
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ $activeChildId = $menuData['child'];
|
|||
<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=2025.12.27.05" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.27.07" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||
|
||||
<!-- ============================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user