adjust height for all-day slot in print mode

This commit is contained in:
Adam Shaw
2014-08-25 00:53:23 -07:00
parent 297b701611
commit bd52446aa2
+2 -2
View File
@@ -68,12 +68,12 @@ tbody,
}
/* sets a min-height on the event skeleton. for IE8. was overexaggerating this, so make small */
.fc tbody .fc-row .fc-content-skeleton table {
.fc .fc-basic-view tbody .fc-row .fc-content-skeleton table { /* NOT for all-day slot */
height: 2em;
}
/* sets a min-height on the event skeleton. for modern browsers (not IE8) */
.fc tbody .fc-row .fc-content-skeleton table:last-child {
.fc .fc-basic-view tbody .fc-row .fc-content-skeleton table:last-child { /* NOT for all-day slot */
height: 4em;
}