Blame view
app/css/fullcalenderprint.css
2.15 KB
a55ef20b5
![]() |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
/*! * FullCalendar v3.4.0 Print Stylesheet * Docs & License: https://fullcalendar.io/ * (c) 2017 Adam Shaw */ .fc-bg, .fc-bgevent-container, .fc-bgevent-skeleton, .fc-business-container, .fc-event .fc-resizer, .fc-helper-container, .fc-helper-skeleton, .fc-highlight-container, .fc-highlight-skeleton { display: none } .fc tbody .fc-row, .fc-time-grid { min-height: 0!important } .fc-time-grid .fc-event.fc-not-end:after, .fc-time-grid .fc-event.fc-not-start:before { content: "..." } .fc { max-width: 100%!important } .fc-event { background: #ff9900!important; color: #fff!important; page-break-inside: avoid } .fc hr, .fc tbody, .fc td, .fc th, .fc thead, .fc-row { border-color: #ccc!important; background: #fff!important } .fc tbody .fc-row { height: auto!important } .fc tbody .fc-row .fc-content-skeleton { position: static; padding-bottom: 0!important } .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td { padding-bottom: 1em } .fc tbody .fc-row .fc-content-skeleton table { height: 1em } .fc-more, .fc-more-cell { display: none!important } .fc tr.fc-limited { display: table-row!important } .fc td.fc-limited { display: table-cell!important } .fc-agenda-view .fc-axis, .fc-popover { display: none } .fc-slats, .fc-time-grid hr { display: none!important } .fc button, .fc-button-group, .fc-time-grid .fc-event .fc-time span { display: none } .fc-time-grid .fc-content-skeleton { position: static } .fc-time-grid .fc-content-skeleton table { height: 4em } .fc-time-grid .fc-event-container { margin: 0!important } .fc-time-grid .fc-event { position: static!important; margin: 3px 2px!important } .fc-time-grid .fc-event.fc-not-end { border-bottom-width: 1px!important } .fc-time-grid .fc-event.fc-not-start { border-top-width: 1px!important } .fc-time-grid .fc-event .fc-time { white-space: normal!important } .fc-time-grid .fc-event .fc-time:after { content: attr(data-full) } .fc-day-grid-container, .fc-scroller, .fc-time-grid-container { overflow: visible!important; height: auto!important } .fc-row { border: 0!important; margin: 0!important } |