Improved the view of week calendar

This commit is contained in:
Manuel Cillero 2017-09-15 13:46:17 +02:00
parent 03b8c7f6df
commit e2d79c1bb4
3 changed files with 288 additions and 313 deletions

View file

@ -976,10 +976,7 @@ table#stormevents td .event-title {
width: 14.2857%;
min-width: 90px;
}
.calendar-calendar .week-view .full th,
.calendar-calendar .week-view .full tr.all-day td.calendar-agenda-hour {
width: 12% !important;
}
.calendar-calendar .week-view .full th.today {
background-color: #556372;
color: #eee;
@ -987,12 +984,7 @@ table#stormevents td .event-title {
.calendar-calendar .month-view .full td .day {
width: 2em;
}
.calendar-calendar .month-view .full td.empty {
background: #999 !important;
}
.calendar-calendar .month-view .full td.empty .day {
color: #ccc;
}
.calendar-calendar .day-view .full td .inner div.calendar div a {
margin: 0;
}