mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Add table view for calendar
This commit is contained in:
13
public/css/custom.css
vendored
13
public/css/custom.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user