Update:
* Serientermine werden nun angezeigt
* Serientermine können nun angenommen/abgelehnt bzw. geändert werden.
* Serientermin Serienzeiten ändern ist noch offen
* Alle Js nun local im Calendar Ordner
This commit is contained in:
Daniel Spitzer
2024-11-18 13:08:20 +01:00
parent 413b730397
commit 962a5db94f
10 changed files with 3615 additions and 30 deletions
+16 -3
View File
@@ -4,10 +4,14 @@
cursor: move;
font-size: 13px;
margin: 3px 7px;
padding: 3px 5px;
padding: 1px 5px;
text-align: center;
}
.fc-timegrid-event-short .fc-event-main-frame {
flex-direction: row;
overflow: hidden;
margin-left: 10px;
}
.fc-toolbar {
@media (max-width: 767px) {
flex-direction: column;
@@ -310,7 +314,16 @@ thead .fc-day-today .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
.fc-event-type {
position: absolute;
top: 0;
left: 1px;
left: -4px;
}
.fc-event-recurrence {
position: absolute;
bottom: -4px;
left: -4px;
}
.fc-timegrid-event-short .fc-event-time::after {
content: "";
}
.fa-duotone {