Working schedule v2

This commit is contained in:
Mathieu Lagace
2020-07-30 17:46:11 -04:00
parent 8d22092ea8
commit 4c5d635d5b
25 changed files with 1174 additions and 497 deletions

25
public/css/custom.css vendored
View File

@@ -1868,4 +1868,29 @@ tfoot > tr {
.iconpicker-popover {
z-index: 15 !important;
}
.schedule-level-header {
border-right: 1px solid #dddddd;
}
.schedule-periode-container {
border: 1px solid #dddddd;
}
.schedule-body>.row:nth-of-type(odd) {
background-color: #f2f2f2;
}
.schedule-course-container {
border-right: 1px solid #dddddd;
margin-left: -2px;
}
.schedule-container {
min-width: 1500px;
}
.overflow-auto {
overflow: auto;
}