weather
This commit is contained in:
@@ -168,7 +168,6 @@
|
||||
min-width: 1000px;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
/* Sticky Header */
|
||||
@@ -303,12 +302,25 @@
|
||||
width: auto !important;
|
||||
border-right: 2px solid var(--border-color) !important;
|
||||
}
|
||||
.col-total,
|
||||
.col-alex-sub,
|
||||
.col-laia-sub {
|
||||
th.col-total,
|
||||
td.col-total,
|
||||
th.col-alex-sub,
|
||||
td.col-alex-sub,
|
||||
th.col-laia-sub,
|
||||
td.col-laia-sub {
|
||||
width: 32px !important;
|
||||
min-width: 32px !important;
|
||||
max-width: 32px !important;
|
||||
box-sizing: border-box;
|
||||
padding: 0 2px !important; /* On réduit le padding pour que les chiffres respirent */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
th.col-day,
|
||||
td.col-day {
|
||||
width: auto !important;
|
||||
min-width: 35px !important;
|
||||
border-right: 2px solid var(--border-color) !important;
|
||||
}
|
||||
|
||||
.rotated-text span {
|
||||
|
||||
@@ -944,10 +944,10 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
});
|
||||
|
||||
div.innerHTML = `
|
||||
<div class="fc-summary-item"><span class="fc-summary-label">Off Carole</span><span class="fc-summary-value">${parseFloat(stats.off.toFixed(1))} jours</span></div>
|
||||
<div class="fc-summary-item"><span class="fc-summary-label">Extra Off Carole</span><span class="fc-summary-value">${parseFloat(stats.extra.toFixed(1))} jours</span></div>
|
||||
<div class="fc-summary-item"><span class="fc-summary-label">Pep Malade</span><span class="fc-summary-value">${parseFloat(stats.sick.toFixed(1))} jours</span></div>
|
||||
<div class="fc-summary-item"><span class="fc-summary-label">Présence Pep</span><span class="fc-summary-value">${parseFloat(stats.pep.toFixed(1))} jours</span></div>
|
||||
<div class="fc-summary-item"><span class="fc-summary-label">${tr("leg_off_carole")}</span><span class="fc-summary-value">${parseFloat(stats.off.toFixed(1))} ${tr("fc_unit_days")}</span></div>
|
||||
<div class="fc-summary-item"><span class="fc-summary-label">${tr("leg_extra_off")}</span><span class="fc-summary-value">${parseFloat(stats.extra.toFixed(1))} ${tr("fc_unit_days")}</span></div>
|
||||
<div class="fc-summary-item"><span class="fc-summary-label">${tr("leg_pep_sick")}</span><span class="fc-summary-value">${parseFloat(stats.sick.toFixed(1))} ${tr("fc_unit_days")}</span></div>
|
||||
<div class="fc-summary-item"><span class="fc-summary-label">${tr("leg_presence")} Pep</span><span class="fc-summary-value">${parseFloat(stats.pep.toFixed(1))} ${tr("fc_unit_days")}</span></div>
|
||||
`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user