Calendar: print gridlines to 15-minute intervals

This commit is contained in:
Francis Lachapelle
2013-07-11 13:50:44 -04:00
parent b8e2255a07
commit 33fd60efb3
3 changed files with 16 additions and 1 deletions

View File

@@ -579,6 +579,14 @@ DIV.daysViewFor7Days#daysView DIV.selectedDay.weekEndDay DIV.clickableHourCell,
DIV.daysViewFor7Days#daysView DIV.selectedDay DIV.clickableHourCell.outOfDay
{ background-color: #f5dd92; }
.minutes15, .minutes30, .minutes45
{ display: block;
height: 9px;
border-bottom: 1px dotted #eee; }
.minutes30
{ border-bottom: 1px dotted #ccc; }
DIV.weekOf4
{ height: 25%; }