mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 08:49:00 +01:00
Make Planner view titles all not bold in planner, tooltip unchanged
This commit is contained in:
parent
1e3b918957
commit
0e211704ad
@ -829,6 +829,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
}
|
}
|
||||||
.calendar_plannerRowWidget .calendar_calEvent:not(.calendar_calEventSmall) .calendar_calEventHeader .calendar_calEventTitle {
|
.calendar_plannerRowWidget .calendar_calEvent:not(.calendar_calEventSmall) .calendar_calEventHeader .calendar_calEventTitle {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Events as displayed in a list, not sized by time */
|
/* Events as displayed in a list, not sized by time */
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* @package calendar
|
* @package calendar
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
/* $Id: app.css 55773 2016-04-19 17:31:24Z nathangray $ */
|
/* $Id: app.css 55777 2016-04-19 22:45:43Z nathangray $ */
|
||||||
/*Media print classes*/
|
/*Media print classes*/
|
||||||
@media print {
|
@media print {
|
||||||
#calendar-view.et2_container,
|
#calendar-view.et2_container,
|
||||||
@ -37,6 +37,9 @@
|
|||||||
#calendar-view_view > tbody > tr.view_row {
|
#calendar-view_view > tbody > tr.view_row {
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
}
|
}
|
||||||
|
.calendar_calTimeGrid {
|
||||||
|
max-height: 18cm;
|
||||||
|
}
|
||||||
.calendar_calTimeGrid .calendar_calTimeGridScroll {
|
.calendar_calTimeGrid .calendar_calTimeGridScroll {
|
||||||
overflow-y: hidden !important;
|
overflow-y: hidden !important;
|
||||||
}
|
}
|
||||||
@ -802,6 +805,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
}
|
}
|
||||||
.calendar_plannerRowWidget .calendar_calEvent:not(.calendar_calEventSmall) .calendar_calEventHeader .calendar_calEventTitle {
|
.calendar_plannerRowWidget .calendar_calEvent:not(.calendar_calEventSmall) .calendar_calEventHeader .calendar_calEventTitle {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
/* Events as displayed in a list, not sized by time */
|
/* Events as displayed in a list, not sized by time */
|
||||||
.calendar_calTimeGridList .calendar_calTimeGridScroll {
|
.calendar_calTimeGridList .calendar_calTimeGridScroll {
|
||||||
@ -1120,7 +1124,6 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
.calendar_eventRowsFiller {
|
.calendar_eventRowsFiller {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
|
||||||
height: 93%;
|
height: 93%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 1px dashed gray;
|
border: 1px dashed gray;
|
||||||
|
Loading…
Reference in New Issue
Block a user