mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 19:33:54 +01:00
Shrink hidden event placeholder by 1px
This commit is contained in:
parent
833253e73d
commit
66321e8527
@ -271,7 +271,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
z-index: 40;
|
z-index: 40;
|
||||||
}
|
}
|
||||||
.calendar_calDayColHeader .hiddenEventBefore {
|
.calendar_calDayColHeader .hiddenEventBefore {
|
||||||
height: 4px;
|
height: 3px;
|
||||||
bottom: -7px;
|
bottom: -7px;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
@ -281,6 +281,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
border-left: 1px;
|
border-left: 1px;
|
||||||
border-right: 1px;
|
border-right: 1px;
|
||||||
border-top-left-radius: 0px;
|
border-top-left-radius: 0px;
|
||||||
|
border-top-right-radius: 0px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
.calendar_calDayCol .hiddenEventAfter {
|
.calendar_calDayCol .hiddenEventAfter {
|
||||||
|
Loading…
Reference in New Issue
Block a user