Shrink hidden event placeholder by 1px

This commit is contained in:
Nathan Gray 2015-12-16 18:39:05 +00:00
parent 833253e73d
commit 66321e8527

View File

@ -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 {