Blame view

sources/3rdparty/fullcalendar/css/fullcalendar.print.css 668 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
  /*!
   * FullCalendar v1.6.1 Print Stylesheet
   * Docs & License: http://arshaw.com/fullcalendar/
   * (c) 2013 Adam Shaw
   */
03e52840d   Kload   Init
6
  /*
03e52840d   Kload   Init
7
8
9
   * Include this stylesheet on your page to get a more printer-friendly calendar.
   * When including this stylesheet, use the media='print' attribute of the <link> tag.
   * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
03e52840d   Kload   Init
10
11
12
13
14
15
   */
   
   
   /* Events
  -----------------------------------------------------*/
   
31b7f2792   Kload   Upgrade to ownclo...
16
17
  .fc-event {
  	background: #fff !important;
03e52840d   Kload   Init
18
19
20
  	color: #000 !important;
  	}
  	
31b7f2792   Kload   Upgrade to ownclo...
21
  /* for vertical events */
03e52840d   Kload   Init
22
23
24
25
26
27
28
29
30
31
  	
  .fc-event-bg {
  	display: none !important;
  	}
  	
  .fc-event .ui-resizable-handle {
  	display: none !important;
  	}