mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +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 {
|
||||
display: inline;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* Events as displayed in a list, not sized by time */
|
||||
|
@ -11,7 +11,7 @@
|
||||
* @package calendar
|
||||
* @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 {
|
||||
#calendar-view.et2_container,
|
||||
@ -37,6 +37,9 @@
|
||||
#calendar-view_view > tbody > tr.view_row {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
.calendar_calTimeGrid {
|
||||
max-height: 18cm;
|
||||
}
|
||||
.calendar_calTimeGrid .calendar_calTimeGridScroll {
|
||||
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 {
|
||||
display: inline;
|
||||
font-weight: normal;
|
||||
}
|
||||
/* Events as displayed in a list, not sized by time */
|
||||
.calendar_calTimeGridList .calendar_calTimeGridScroll {
|
||||
@ -1120,7 +1124,6 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
.calendar_eventRowsFiller {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
height: 93%;
|
||||
background-color: white;
|
||||
border: 1px dashed gray;
|
||||
|
Loading…
Reference in New Issue
Block a user