forked from extern/egroupware
Show title for full day blocking events instead of 'Full Day'
This commit is contained in:
parent
4553b4c3be
commit
3afbecfbe6
@ -1152,6 +1152,12 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding-top: 2px;
|
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 */
|
/* Special colors for the year view */
|
||||||
.calendar_cal_year_legend_weekend {
|
.calendar_cal_year_legend_weekend {
|
||||||
|
@ -1133,6 +1133,12 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding-top: 2px;
|
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 */
|
/* Special colors for the year view */
|
||||||
.calendar_cal_year_legend_weekend {
|
.calendar_cal_year_legend_weekend {
|
||||||
background-color: #CCCCCC;
|
background-color: #CCCCCC;
|
||||||
|
Loading…
Reference in New Issue
Block a user