feat(heures) : export Contingent heures de nuit (liste employés) #28

Merged
tristan merged 17 commits from feat/night-hours-contingent-export into develop 2026-06-11 13:02:31 +00:00
Showing only changes of commit e65dee696e - Show all commits
@@ -10,7 +10,7 @@
table { width: 100%; border-collapse: collapse; table-layout: fixed; }
th, td { border: 1px solid #999; padding: 2px 3px; text-align: center; }
th { background: #d9d9d9; }
td.name, th.name { text-align: left; width: 90px; }
td.name, th.name { text-align: left; width: 130px; word-break: break-word; }
.sub { font-size: 7px; }
tr.site-title td { text-align: left; font-weight: bold; }
td.hours { white-space: nowrap; }