Sha256: 7ef43e5d1b8c977cd973bebf018f93f899771a8c4606127997a8e29129045015
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
.daily_calendar { .calendar_event { display: inline-block; outline: none; cursor: pointer; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); border: solid 1px #949494; background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#f4f4f4)); .content { padding: 5px; } } #not_all_day { .row_unit { height: 55px; } } } .weekly_calendar { .calendar_event { display: inline-block; outline: none; cursor: pointer; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); border: solid 1px #949494; background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#f4f4f4)); .content { padding: 5px; } } #not_all_day { .row_unit { height: 55px; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
calendarize-0.1 | test/dummy/app/assets/stylesheets/calendarize.css.scss |