enhanced fullcalendar style & demo

- added forgotten themeSystem option in demo
- enhanced toolbar style on mobile
pull/2544/head^2
REJack 2020-02-02 10:04:32 +01:00
parent ff41f98ea5
commit 4b2ea27a82
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
6 changed files with 49 additions and 5 deletions

View File

@ -54,11 +54,32 @@
border-right: 0;
}
.fc-toolbar {
.fc-toolbar,
.fc-toolbar.fc-header-toolbar {
margin: 0;
padding: 1rem;
}
@include media-breakpoint-down(xs) {
.fc-toolbar {
flex-direction: column;
.fc-left {
order: 1;
margin-bottom: .5rem;
}
.fc-center {
order: 0;
margin-bottom: .375rem;
}
.fc-right {
order: 2;
}
}
}
.fc-day-number {
font-size: 20px;
font-weight: 300;

24
dist/css/adminlte.css vendored
View File

@ -20285,11 +20285,33 @@ html.maximized-card {
border-right: 0;
}
.fc-toolbar {
.fc-toolbar,
.fc-toolbar.fc-header-toolbar {
margin: 0;
padding: 1rem;
}
@media (max-width: 575.98px) {
.fc-toolbar {
-ms-flex-direction: column;
flex-direction: column;
}
.fc-toolbar .fc-left {
-ms-flex-order: 1;
order: 1;
margin-bottom: .5rem;
}
.fc-toolbar .fc-center {
-ms-flex-order: 0;
order: 0;
margin-bottom: .375rem;
}
.fc-toolbar .fc-right {
-ms-flex-order: 2;
order: 2;
}
}
.fc-day-number {
font-size: 20px;
font-weight: 300;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -902,6 +902,7 @@
center: 'title',
right : 'dayGridMonth,timeGridWeek,timeGridDay'
},
'themeSystem': 'bootstrap',
//Random default events
events : [
{