Show title for full day blocking events instead of 'Full Day'

This commit is contained in:
Nathan Gray 2016-04-04 16:38:23 +00:00
parent 4553b4c3be
commit 3afbecfbe6
2 changed files with 12 additions and 0 deletions

View File

@ -1152,6 +1152,12 @@ Hide subsequent headers in week view with non-consolidated owners
height: 100%;
padding-top: 2px;
}
.calendar_plannerWidget .calendar_calEventSmall[data-full_day='true'] .calendar_calTimespan {
display: none;
}
.calendar_plannerWidget .calendar_calEventSmall .calendar_calEventTitle {
display: inline;
}
/* Special colors for the year view */
.calendar_cal_year_legend_weekend {

View File

@ -1133,6 +1133,12 @@ Hide subsequent headers in week view with non-consolidated owners
height: 100%;
padding-top: 2px;
}
.calendar_plannerWidget .calendar_calEventSmall[data-full_day='true'] .calendar_calTimespan {
display: none;
}
.calendar_plannerWidget .calendar_calEventSmall .calendar_calEventTitle {
display: inline;
}
/* Special colors for the year view */
.calendar_cal_year_legend_weekend {
background-color: #CCCCCC;