calendar storage

This commit is contained in:
2026-01-08 17:25:42 +01:00
parent b7533a4d05
commit 796d3b3fcc
7 changed files with 421 additions and 60 deletions
+27 -1
View File
@@ -92,8 +92,34 @@
white-space: normal;
}
/* Header du planning hebdo : même esprit que fc-month-header */
.fc-week-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
padding-bottom: 8px;
gap: 12px;
flex-wrap: wrap;
}
.fc-week-nav-controls {
display: flex;
align-items: center;
gap: 8px;
}
#fc-current-school-year-label {
font-weight: 600;
color: #243b53;
}
#fc-current-school-year-label {
font-weight: 600;
color: #243b53;
}
#planningTable-wrapper {
max-height: 500px;
max-height: 80vh;
overflow-y: auto;
overflow-x: auto;
position: relative;