forked from extern/egroupware
Change title display for planner view long / whole day events
This commit is contained in:
parent
5e2d782414
commit
00f8cb0a07
@ -316,7 +316,6 @@ var et2_calendar_event = (function(){ "use strict"; return et2_valueWidget.exten
|
||||
this.div.toggleClass('calendar_calEventUnknown', event.participants[egw.user('account_id')] ? event.participants[egw.user('account_id')][0] === 'U' : false);
|
||||
this.div.addClass(status_class);
|
||||
|
||||
this.title.toggle(!event.whole_day_on_top);
|
||||
this.body.toggleClass('calendar_calEventBodySmall', event.whole_day_on_top || false);
|
||||
|
||||
// Header
|
||||
|
@ -495,6 +495,9 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
right: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
.calendar_calDayColAllDay .calendar_calEventHeader {
|
||||
display: none;
|
||||
}
|
||||
.calendar_calDayColAllDay > .calendar_calEventBodySmall {
|
||||
white-space: nowrap;
|
||||
}
|
||||
@ -788,7 +791,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
.calendar_calEventBody .calendar_calTimespan {
|
||||
display: none;
|
||||
}
|
||||
.calendar_calEventBodySmall{
|
||||
.calendar_calTimeGrid .calendar_calEventBodySmall{
|
||||
font-size: 95%;
|
||||
}
|
||||
.calendar_calEventLabel{
|
||||
|
@ -11,7 +11,7 @@
|
||||
* @package calendar
|
||||
* @version $Id$
|
||||
*/
|
||||
/* $Id: app.css 55777 2016-04-19 22:45:43Z nathangray $ */
|
||||
/* $Id: app.css 55784 2016-04-20 15:07:01Z nathangray $ */
|
||||
/*Media print classes*/
|
||||
@media print {
|
||||
#calendar-view.et2_container,
|
||||
@ -493,6 +493,9 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
right: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
.calendar_calDayColAllDay .calendar_calEventHeader {
|
||||
display: none;
|
||||
}
|
||||
.calendar_calDayColAllDay > .calendar_calEventBodySmall {
|
||||
white-space: nowrap;
|
||||
}
|
||||
@ -774,7 +777,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
.calendar_calEventBody .calendar_calTimespan {
|
||||
display: none;
|
||||
}
|
||||
.calendar_calEventBodySmall {
|
||||
.calendar_calTimeGrid .calendar_calEventBodySmall {
|
||||
font-size: 95%;
|
||||
}
|
||||
.calendar_calEventLabel {
|
||||
|
Loading…
Reference in New Issue
Block a user