forked from FroSteel/Planification
v5.0.15 — Absences partielles affichées comme rows (gris foncé)
This commit is contained in:
+23
-6
@@ -689,12 +689,9 @@ html, body {
|
||||
.timeline-slot.status-resolved { background: var(--c-resolved); }
|
||||
|
||||
.timeline-slot.kind-absence {
|
||||
background: repeating-linear-gradient(
|
||||
45deg,
|
||||
var(--text-faint) 0 6px,
|
||||
var(--bg-muted) 6px 12px
|
||||
);
|
||||
opacity: 0.6;
|
||||
/* v5.0.15 : uni gris-noir au lieu de rayé, plus lisible */
|
||||
background: #2a2f36;
|
||||
border-right: 1px solid var(--bg-elevated);
|
||||
}
|
||||
|
||||
.timeline-slot:hover,
|
||||
@@ -1117,6 +1114,26 @@ html, body {
|
||||
color: var(--c-reservation);
|
||||
font-family: var(--font);
|
||||
letter-spacing: 0.02em;
|
||||
/* v5.0.15 : étendre le titre sur toute la largeur de la carte pour le
|
||||
vrai centrage (sinon il n'est centré que dans sa colonne grid) */
|
||||
grid-column: 1 / -1;
|
||||
text-align: center;
|
||||
padding-left: 62px; /* compense la colonne time (58px + gap) */
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/* v5.0.15 : absence partielle (demi-journée) affichée comme une row */
|
||||
.iv-ref-header.is-absence-title {
|
||||
color: var(--c-absence, #a0a8b2);
|
||||
font-family: var(--font);
|
||||
letter-spacing: 0.02em;
|
||||
grid-column: 1 / -1;
|
||||
text-align: center;
|
||||
padding-left: 62px;
|
||||
padding-right: 0;
|
||||
}
|
||||
.intervention-v2.color-absence .intervention-dot {
|
||||
background: var(--c-absence, #2a2f36);
|
||||
}
|
||||
.iv-reservation-par {
|
||||
font-size: 13px;
|
||||
|
||||
Reference in New Issue
Block a user