2 * FullCalendar v1.5.3 Print Stylesheet
4 * Include this stylesheet on your page to get a more printer-friendly calendar.
5 * When including this stylesheet, use the media='print' attribute of the <link> tag.
6 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
8 * Copyright (c) 2011 Adam Shaw
9 * Dual licensed under the MIT and GPL licenses, located in
10 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
12 * Date: Mon Feb 6 22:40:40 2012 -0800
18 -----------------------------------------------------*/
21 background: none !important;
22 color: #000 !important;
25 /* horizontal events */
28 border-width: 0 0 1px 0 !important;
29 border-bottom-style: dotted !important;
30 border-bottom-color: #000 !important;
31 padding: 1px 0 0 0 !important;
34 .fc-event-hori .fc-event-inner {
35 border-width: 0 !important;
36 padding: 0 1px !important;
42 border-width: 0 0 0 1px !important;
43 border-left-style: dotted !important;
44 border-left-color: #000 !important;
45 padding: 0 1px 0 0 !important;
48 .fc-event-vert .fc-event-inner {
49 border-width: 0 !important;
50 padding: 1px 0 !important;
54 display: none !important;
57 .fc-event .ui-resizable-handle {
58 display: none !important;