Lines Matching +full:- +full:- +full:-
12 * Include this stylesheet on your page to get a more printer-friendly calendar.
17 max-width: 100% !important; }
20 --------------------------------------------------------------------------------------------------*/
21 .fc-event {
24 page-break-inside: avoid; }
26 .fc-event .fc-resizer {
29 /* Table & Day-Row Restyling
30 --------------------------------------------------------------------------------------------------*/
36 .fc-row {
37 border-color: #ccc !important;
40 /* kill the overlaid, absolutely-positioned components */
42 .fc-bg,
43 .fc-bgevent-skeleton,
44 .fc-highlight-skeleton,
45 .fc-helper-skeleton,
46 .fc-bgevent-container,
47 .fc-business-container,
48 .fc-highlight-container,
49 .fc-helper-container {
52 /* don't force a min-height on rows (for DayGrid) */
53 .fc tbody .fc-row {
56 min-height: 0 !important;
57 /* undo the min-height from each view's specific stylesheet */ }
59 .fc tbody .fc-row .fc-content-skeleton {
61 /* undo .fc-rigid */
62 padding-bottom: 0 !important;
63 /* use a more border-friendly method for this... */ }
65 .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
67 padding-bottom: 1em;
70 .fc tbody .fc-row .fc-content-skeleton table {
71 /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
75 /* Undo month-view event limiting. Display all events and hide the "more" links
76 --------------------------------------------------------------------------------------------------*/
77 .fc-more-cell,
78 .fc-more {
81 .fc tr.fc-limited {
82 display: table-row !important; }
84 .fc td.fc-limited {
85 display: table-cell !important; }
87 .fc-popover {
92 --------------------------------------------------------------------------------------------------*/
93 /* undo the min-height 100% trick used to fill the container's height */
94 .fc-time-grid {
95 min-height: 0 !important; }
97 /* don't display the side axis at all ("all-day" and time cells) */
98 .fc-agenda-view .fc-axis {
102 .fc-slats,
103 .fc-time-grid hr {
109 .fc-time-grid .fc-content-skeleton {
113 .fc-time-grid .fc-content-skeleton table {
117 .fc-time-grid .fc-event-container {
121 --------------------------------------------------------------------------------------------------*/
123 .fc-time-grid .fc-event {
128 .fc-time-grid .fc-event.fc-not-end {
129 border-bottom-width: 1px !important; }
132 .fc-time-grid .fc-event.fc-not-end:after {
136 .fc-time-grid .fc-event.fc-not-start {
137 border-top-width: 1px !important; }
140 .fc-time-grid .fc-event.fc-not-start:before {
145 .fc-time-grid .fc-event .fc-time {
146 white-space: normal !important; }
149 .fc-time-grid .fc-event .fc-time span {
153 .fc-time-grid .fc-event .fc-time:after {
154 content: attr(data-full); }
157 --------------------------------------------------------------------------------------------------*/
159 .fc-scroller,
160 .fc-day-grid-container,
161 .fc-time-grid-container {
167 .fc-row {
172 --------------------------------------------------------------------------------------------------*/
173 .fc-button-group,
176 /* don't display any button-related controls */ }