tran
This commit is contained in:
parent
10bc72dd93
commit
678887f9e7
|
|
@ -318,7 +318,6 @@ body {
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
/* Content card */
|
||||
.content-card {
|
||||
background: var(--office-card);
|
||||
|
|
@ -327,6 +326,12 @@ body {
|
|||
margin-top: 8px; /* Ajout pour rapprocher visuellement la carte de la nav-bar */
|
||||
}
|
||||
|
||||
.content-area {
|
||||
padding: calc(var(--header-height) + 56px) 24px 24px 24px; /* supprime le +8px */
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
/* Sidebar collapsée (tablette) */
|
||||
@media (max-width: 1200px) {
|
||||
|
|
|
|||
|
|
@ -77,13 +77,10 @@ class ControleurAccueil extends Controleur {
|
|||
'kpis' => $kpis,
|
||||
'activities' => $activities,
|
||||
'alerts' => $alerts,
|
||||
'claimsLabels' => $claimsLabels,
|
||||
'claimsValues' => $claimsValues,
|
||||
'months' => $months,
|
||||
'monthlyCotisations' => $monthlyCotisations,
|
||||
'lossRatioLabels' => $lossRatioLabels,
|
||||
'lossRatioValues' => $lossRatioValues,
|
||||
|
||||
'dataTabClaims' => $dataTabClaims
|
||||
)
|
||||
);
|
||||
|
|
|
|||
|
|
@ -39,6 +39,10 @@
|
|||
<span><?= _('Montant') ?> :</span>
|
||||
<strong><?= format_N($kpis["fraisReel"]).' '.$_SESSION['devise_C'] ?></strong>
|
||||
</div>
|
||||
<div class="sub-item">
|
||||
<span><?= _('Sinistralité') ?> :</span>
|
||||
<strong><?= $kpis["rapportSp"].'%' ?></strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ console.groupEnd();
|
|||
<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.24.03" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.24.04" 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