Time interval selector draft

This commit is contained in:
2015-03-14 22:54:27 +07:00
parent 0d9e653222
commit d89904e902
3 changed files with 88 additions and 3 deletions
+26
View File
@@ -103,3 +103,29 @@ section {
overflow: hidden;
text-overflow: ellipsis;
}
.week-selector {
display: none;
position: absolute;
top: 50%;
width: 100%;
height: 100%;
float: left;
margin: 20px 20px 20px 0;
}
.week-selector .week {
float: left;
width: 20px;
font-size: 8px;
line-height: 10px;
margin: 0 0 1px;
}
.week-selector .week .square {
float: left;
width: 20px;
height: 20px;
border: #aaa 1px solid;
text-align: center;
line-height: 20px;
background-color: #fff;
}