Add table view for calendar

This commit is contained in:
Mathieu Lagacé
2020-10-02 12:38:07 -04:00
parent 2a8178c6f3
commit 60c5a995f2
9 changed files with 185 additions and 707 deletions

13
resources/custom.css vendored
View File

@@ -243,6 +243,19 @@
height: 3rem;
overflow: hidden;
}
.schedule-table-ocom {
width: 200rem;
}
.table-borderless > tbody > tr > td {
border: none !important;
}
.schedule-table-week > td {
border: lightgrey 2px solid;
}
.autocomplete-items {
position: absolute;
border: 1px solid #d4d4d4;