mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
Tweak borders for gridlist view for visual separation between weeks
This commit is contained in:
parent
d62c9038dc
commit
f9886b12bf
@ -410,6 +410,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
z-index: 29;
|
z-index: 29;
|
||||||
border-bottom: 1px solid silver;
|
border-bottom: 1px solid silver;
|
||||||
|
border-top: 1px solid silver;
|
||||||
min-height: 2ex;
|
min-height: 2ex;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
@ -633,6 +634,9 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
min-height: initial;
|
min-height: initial;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
.calendar_calTimeGridList .calendar_calDayColHeader > div[data-date] {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
.calendar_calTimeGridList .calendar_calEvent {
|
.calendar_calTimeGridList .calendar_calEvent {
|
||||||
min-height: 1.1em;
|
min-height: 1.1em;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user