fix holidays

This commit is contained in:
2026-05-05 08:57:15 +02:00
parent 2cb62d7ead
commit 5b050a7c24
5 changed files with 92 additions and 31 deletions
+23
View File
@@ -599,6 +599,11 @@ input[type="number"] {
overflow-x: auto;
white-space: nowrap;
}
.pf-btn {
position: relative !important;
right: auto !important;
top: auto !important;
}
.form-row {
grid-template-columns: 1fr;
}
@@ -664,6 +669,19 @@ input[type="number"] {
font-weight: 700;
}
.prev-section-header,
.view-header,
.budget-view > div[style*="justify-content: space-between"] {
display: flex !important;
flex-direction: row !important;
justify-content: space-between !important;
align-items: center !important;
float: none !important; /* On annule tout float résiduel */
position: relative !important; /* On s'assure qu'il n'est pas en absolute */
width: 100% !important;
gap: 15px !important;
}
.prev-salary-table {
width: 100%;
max-width: 900px;
@@ -1009,6 +1027,11 @@ th.col-laia {
.budget-view > div[style*="display:grid"] > div {
padding: 12px 10px !important;
}
.budget-view
> div[style*="justify-content: space-between"]:not(.view-header) {
flex-direction: column !important;
align-items: stretch !important;
}
/* 4. EN-TÊTES EPARGNE (Titre isolé, boutons 50/50 en dessous) */
.budget-view