(js) Display event ghost block start/end hours

This commit is contained in:
Francis Lachapelle
2016-01-21 20:46:04 -05:00
parent 54100c1f78
commit f1873edf21
5 changed files with 11 additions and 11 deletions
@@ -366,13 +366,14 @@ $block_radius: 3px;
.ghostStartHour,
.ghostEndHour {
position: absolute;
width: 100%;
vertical-align: baseline;
color: $colorGrey900;
font-weight: $sg-font-light;
height: 14px;
left: 0px;
color: #222;
position: absolute;
text-align: center;
vertical-align: baseline;
width: 100%;
}
.ghostStartHour {