Basically Friday was cut off a bit and Saturday completely.
Here is why this happens;
The calendar renders the days/months/years in a table, but does not specify the padding for the table cells. As a result, if you place the calendar within a table cell with padding, then the calendar table will inherit the padding from the parent table cell.
To fix this add this css;
.ajax__calendar_body table tr td { padding: 0px; }
Solution found here;
http://forums.asp.net/t/1189452.aspx
0 comments:
Post a Comment