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

File diff suppressed because it is too large Load diff

View file

@ -301,7 +301,7 @@ table.calendar-legend tr.even .stripe {
border:1px solid #ccc;
}
.calendar-calendar td.empty {
background:#ccc;
background:#999;
border-color:#ccc;
}
.calendar-calendar table.mini td.empty {
@ -313,6 +313,7 @@ table.calendar-legend tr.even .stripe {
border-top:none;
border-right:none;
margin-bottom:2px;
color: #ccc;
}
.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
@ -382,13 +383,13 @@ table.calendar-legend tr.even .stripe {
}
.calendar-calendar .week-view .full .calendar-agenda-hour {
width : 6%;
min-width : 0px;
width : 12%;
min-width : 12%;
padding-right : 2px;
}
.calendar-calendar .week-view .full .days {
width : 13%;
.calendar-calendar .week-view #multi-day-container table tr {
border-right: 1px solid currentcolor;
}
.calendar-calendar .month-view .full div.calendar,

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;
}