Collegepolice

This commit is contained in:
2025-12-29 21:55:54 +00:00
parent 066a2bd265
commit a194cccabf
7 changed files with 248 additions and 2 deletions

View File

@@ -1212,4 +1212,56 @@ li i { margin-right:10px; color:#007bff; }
@media print {
.btn, .modal, .sr-only { display: none !important; }
.card { border: 1px solid #ddd !important; box-shadow: none !important; }
}
/* Style Table Collèges - Vision Office 365 */
.custom-college-table thead th {
background-color: var(--office-common) !important;
color: var(--office-dark) !important;
font-size: 0.65rem;
font-weight: 800;
text-transform: uppercase;
border-bottom: 2px solid var(--office-primary);
vertical-align: middle;
padding: 10px 5px;
}
.custom-college-table tbody td {
font-size: 0.75rem; /* Compact pour tenir toutes les colonnes */
white-space: nowrap;
padding: 8px 5px;
}
/* Séparateurs verticaux pour groupes de données (Nb, HT, TTC) */
.border-start {
border-left: 1px solid var(--office-border) !important;
}
/* Style des boutons de montant (Action principale) */
.custom-college-table .btn-primary {
background-color: var(--office-secondary);
border: none;
font-size: 0.75rem;
}
.custom-college-table .btn-primary:hover {
background-color: var(--office-primary);
transform: scale(1.05);
}
/* Footer de table sombre type Excel Premium */
.custom-college-table tfoot {
border-top: 3px solid var(--office-primary);
background-color: var(--office-dark) !important;
}
.custom-college-table tfoot td {
padding: 12px 5px;
}
/* Badge de catégorie épuré */
.badge.rounded-pill {
font-weight: 600;
padding: 5px 10px;
}