video player chapter button and flyout fixes, added time to chapter title in flyout

This commit is contained in:
Techywarrior 2013-03-25 16:56:58 -07:00
parent a701c6615b
commit f250bd54b1
3 changed files with 33 additions and 1 deletions

View file

@ -837,6 +837,20 @@ progress {
background: none !important;
}
.vjs-chapter-button div {
background-position: -100px -75px !important;
}
.vjs-chapter-button.vjs-menu-button ul {
width: auto;
max-width: 25em;
overflow-y: scroll;
}
.vjs-chapter-button.vjs-menu-button ul li {
width: auto;
white-space: nowrap;
font-size: 1.1em;
}
@media all and (min-width: 650px) {
.itemVideo {