debug perco
This commit is contained in:
@@ -469,13 +469,25 @@ td.col-laia-sub {
|
|||||||
========================================================= */
|
========================================================= */
|
||||||
|
|
||||||
#planningTable tbody td.col-sticky-mois {
|
#planningTable tbody td.col-sticky-mois {
|
||||||
writing-mode: vertical-rl;
|
position: sticky !important;
|
||||||
transform: rotate(180deg);
|
left: 0 !important;
|
||||||
|
z-index: 15 !important;
|
||||||
|
background: white !important;
|
||||||
|
padding: 0 !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
box-shadow:
|
box-shadow:
|
||||||
inset 1px 0 0 var(--pf-border),
|
inset 1px 0 0 var(--pf-border),
|
||||||
inset 0 1px 0 var(--pf-border) !important;
|
inset 0 1px 0 var(--pf-border) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#planningTable tbody td.col-sticky-mois .fc-sticky-mois-label {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
writing-mode: vertical-rl;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 2. Sticky Semaine (Body) */
|
/* 2. Sticky Semaine (Body) */
|
||||||
|
|||||||
@@ -605,7 +605,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
processedMonths[w.monthKey] = true;
|
processedMonths[w.monthKey] = true;
|
||||||
const td = document.createElement("td");
|
const td = document.createElement("td");
|
||||||
td.className = "col-month col-sticky-mois";
|
td.className = "col-month col-sticky-mois";
|
||||||
td.textContent = w.monthName;
|
td.innerHTML = `<span class="fc-sticky-mois-label">${w.monthName}</span>`;
|
||||||
td.rowSpan = monthSpans[w.monthKey];
|
td.rowSpan = monthSpans[w.monthKey];
|
||||||
tr.appendChild(td);
|
tr.appendChild(td);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user