Issues (2756)

css/cal.css (23 issues)

1
/* Calendar */
2
.datepicker { border-collapse: collapse; border: 2px solid #999; position: absolute; width: 215px }
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
3
.datepicker tr.controls th { height: 22px; font-size: 11px; }
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
4
.datepicker select { font-size: 11px; }
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
5
.datepicker tr.days th { height: 18px; }
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
6
.datepicker tfoot td { height: 18px; text-align: center; text-transform: capitalize; }
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
7
.datepicker th, .datepicker tfoot td { background: #eee; font: 10px/18px Verdana, Arial, Helvetica, sans-serif; }
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
8
.datepicker th span, .datepicker tfoot td span { font-weight: bold; }
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
9
.datepicker tbody td { width: 24px; height: 24px; border: 1px solid #ccc; font: 11px/22px Arial, Helvetica, sans-serif; text-align: center; background: #fff; }
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
10
.datepicker tbody td.date { cursor: pointer; }
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
11
.datepicker tbody td.date.over { background-color: #99ffff; }
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
12
.datepicker tbody td.date.chosen { font-weight: bold; background-color: #ccffcc; }
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
13
/* Form defaults */
14
#date_and, #date_second {display:none}
0 ignored issues
show
Closing brace of class definition must be on new line
Loading history...