Sha256: 32ab37cc2dc494065ea61d9376f3aa5db859f616a8a41f28ce65adb1e95b799e
Contents?: true
Size: 584 Bytes
Versions: 2
Compression:
Stored size: 584 Bytes
Contents
// Place all the styles related to the events controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ // //= require fullcalendar //= require boxy #calendar { margin-top: 20px; } #sidebar_calendar_date { margin-left: 5px; } #sidebar_calendar { width: 100%; text-align: center; padding-top: 5px; } #sidebar_calendar a { color: black; } #sidebar_calendar td { height: 25px; border: 1px solid #CCCCCC; } #new_event div.form_row { padding: 3px 0; } #scheduler-options { padding: 2px 10px; }
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
social_stream-0.16.1 | events/app/assets/stylesheets/events.css.scss |
social_stream-events-0.3.0 | app/assets/stylesheets/events.css.scss |