From bd52446aa2e3a6cb67114b66fbd0e7a8079e70cd Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 25 Aug 2014 00:53:23 -0700 Subject: [PATCH] adjust height for all-day slot in print mode --- src/common/print.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/print.css b/src/common/print.css index 13fed6f..b636d88 100644 --- a/src/common/print.css +++ b/src/common/print.css @@ -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; }