tres
This commit is contained in:
parent
2232e1257f
commit
8b531cb2df
|
|
@ -828,7 +828,7 @@ li i { margin-right:10px; color:#007bff; }
|
||||||
.alert i { color:#ff9800; }
|
.alert i { color:#ff9800; }
|
||||||
|
|
||||||
.chart {
|
.chart {
|
||||||
height:180px;
|
height: auto;
|
||||||
background:#eef2f7;
|
background:#eef2f7;
|
||||||
border-radius:6px;
|
border-radius:6px;
|
||||||
display:flex;
|
display:flex;
|
||||||
|
|
@ -836,7 +836,8 @@ li i { margin-right:10px; color:#007bff; }
|
||||||
justify-content:center;
|
justify-content:center;
|
||||||
color:#888;
|
color:#888;
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
min-height: 260px;
|
min-height: 280px;
|
||||||
|
padding: 32px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style pour les sous-détails dans les KPIs */
|
/* Style pour les sous-détails dans les KPIs */
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ console.groupEnd();
|
||||||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||||
|
|
||||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
||||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.24.05" rel="stylesheet">
|
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.24.08" rel="stylesheet">
|
||||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" 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