You are here

marvin.css in Availability Calendars 6

/**
 * Availability Calendars Module.
 *
 * @file
 * marvin theme specific styling.
 * @author Nicholas Alipaz (nicholas.alipaz)
 */

table.cal tr.odd,table.cal tr.even{height:25px;}
.cal-split-bg{border-width:12px;margin-top:-23px;}
.cal-split-date{margin-top:-24px;}

File

css/marvin.css
View source
  1. /**
  2. * Availability Calendars Module.
  3. *
  4. * @file
  5. * marvin theme specific styling.
  6. * @author Nicholas Alipaz (nicholas.alipaz)
  7. */
  8. table.cal tr.odd,table.cal tr.even{height:25px;}
  9. .cal-split-bg{border-width:12px;margin-top:-23px;}
  10. .cal-split-date{margin-top:-24px;}