Sha256: 56952b7f5db7f86925c8659df99f2273101d75b842d6bf514ebcaf2d941ddd59

Contents?: true

Size: 666 Bytes

Versions: 2

Compression:

Stored size: 666 Bytes

Contents

/*!
 * FullCalendar v1.6.4 Print Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
*/

/*
 * 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.
*/


/* Events
-----------------------------------------------------*/

.fc-event {
    background: #fff !important;
    color: #000 !important;
}

/* for vertical events */

.fc-event-bg {
    display: none !important;
}

.fc-event .ui-resizable-handle {
    display: none !important;
}


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
salesforce-rails-1.0.1 app/assets/stylesheets/salesforce/fullcalendar.print.css
salesforce-rails-1.0.0 app/assets/stylesheets/salesforce/fullcalendar.print.css