Return to Snippet

Revision: 56521
at April 1, 2012 11:24 by jdhall75


Initial Code
/* table for calendar customization */
#cal th {
  text-align: center;
}

#cal td {

}

#cal .cal_cell {
  height: 5em;
  width: 100px;
  vertical-align: top;
  text-align: left;
  border: 1px solid grey;
}

#cal table tr {
  border: 1px solid grey;
}

#cal .week_cell {
  border-bottom: 1px solid black;
}

Initial URL


Initial Description
The styling information for the calendar

Initial Title
CI calendar class CSS for the table

Initial Tags
css, codeigniter

Initial Language
CSS