Sha256: 1e6d04bd8d60024bf150eaedb486b7341a46eb748bd875b63ca9ecc55a4f9257

Contents?: true

Size: 785 Bytes

Versions: 3

Compression:

Stored size: 785 Bytes

Contents

/* resizable */
/* taken directly from fullcalendar.css - here cuz blueprint's compress.rb
  does not properly compress this style and it results in a syntax error
  preventing the subsequent styles to not get defined */
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	border: 0 !important; /* important overrides pre jquery ui 1.7 styles */
	background: url(data:image/gif;base64,AAAA) !important; /* hover fix for IE */
	}

.fc td { text-align: center; }

.event_conference,
  .fc-agenda .event_conference .fc-event-time,
  .event_conference a { background-color: #0A0; border-color: #090; color: white; }

.event_meeting,
  .fc-agenda .event_meeting .fc-event-time,
  .event_meeting a { background-color: #C00; border-color: #900; color: white; }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
event_calendar_engine-0.2.11 public/stylesheets/event_calendar/fullcalendar_changes.css
event_calendar_engine-0.2.10 public/stylesheets/event_calendar/fullcalendar_changes.css
event_calendar_engine-0.2.8 public/stylesheets/event_calendar/fullcalendar_changes.css