This commit is contained in:
2026-01-04 11:58:21 +00:00
parent be4e101103
commit 5bfff21e41
4 changed files with 13 additions and 15 deletions

View File

@@ -763,16 +763,16 @@ body {
font-weight: bold !important;
}
.accordion-title {
font-size: 0.9rem !important;
}
.accordion-title {
font-size: 0.9rem !important;
}
.financial-item {
.financial-item {
border-right: none !important;
border-bottom: 1px solid var(--office-border);
}
.editor-paper {
.editor-paper {
padding: 1rem !important;
font-size: 9pt;
}
@@ -780,19 +780,12 @@ body {
/* Écrans larges : mêmes insets pour nav-tabs et content-area */
@media (min-width: 1400px) {
.nav-bar > .nav-tabs {
/*
padding-left: calc((100vw - 1400px) / 2);
padding-right: calc((100vw - 1400px) / 2);
*/
}
.content-area {
padding-left: calc((100vw - 1400px) / 2);
padding-right: calc((100vw - 1400px) / 2);
}
}
/* ============================================
SCROLLBAR STYLING
============================================ */
@@ -965,6 +958,7 @@ li i { margin-right:10px; color:#007bff; }
#div_emission,
#div_colleges_police,
#div_ajout_adherent,
#div_ajout_avenant,
#div_liste_adherent {
background-color: var(--office-light);
color: var(--office-dark);
@@ -978,6 +972,7 @@ li i { margin-right:10px; color:#007bff; }
#div_emission .card,
#div_colleges_police .card,
#div_ajout_adherent .card,
#div_ajout_avenant .card,
#div_liste_adherent .card{
border: 1px solid var(--office-border);
border-radius: 2px; /* Office style is more rectangular */
@@ -988,6 +983,7 @@ li i { margin-right:10px; color:#007bff; }
#div_emission .card-header,
#div_colleges_police .card-header,
#div_ajout_adherent .card-header,
#div_ajout_avenant .card-header,
#div_liste_adherent .card-header{
border-bottom: 1px solid var(--office-border) !important;
background-color: white;