mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Calendar: print gridlines to 15-minute intervals
This commit is contained in:
@@ -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%; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user