Shrink hidden event placeholder by 1px more

This commit is contained in:
Nathan Gray 2015-12-17 20:12:10 +00:00
parent 358ac3e525
commit a22f945e8c

View File

@ -271,8 +271,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
z-index: 40;
}
.calendar_calDayColHeader .hiddenEventBefore {
height: 3px;
bottom: -7px;
height: 2px;
bottom: -6px;
border-top: none;
}
.calendar_calDayColHeader .hiddenEventBefore:hover {