Kalender
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user