mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
adjust height for all-day slot in print mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user