mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
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%;
|
||||
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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user