Add support for video progress time in player controls.

Closes #351.
This commit is contained in:
Benjamin Tan
2016-05-22 22:49:20 +08:00
parent 510187c2ae
commit 8a08ed8538
2 changed files with 50 additions and 0 deletions

View File

@@ -827,6 +827,11 @@ body.drag .app::after {
outline: none;
}
.player-controls .time {
float: left;
line-height: 33px;
}
.player .playback-bar:hover .loading-bar {
height: 5px;
}