change quality, chapter in video player

This commit is contained in:
Techywarrior 2013-03-25 12:46:39 -07:00
parent ec3483a62f
commit a701c6615b
3 changed files with 474 additions and 35 deletions

View file

@ -814,19 +814,28 @@ progress {
margin-right: 20px;
display: inline-block;
position: relative;
width: 270px;
}
.mediaButton img {
height: 28px;
}
.itemVideo {
.itemVideo, .itemVideo.video-js {
position: absolute;
z-index: 99998;
height: auto;
width: 180px;
/*width: 180px;*/
bottom: -5px;
}
.vjs-quality-button {
padding: 0 0.6em !important;
width: auto !important;
}
.vjs-quality-button div {
width: auto !important;
background: none !important;
}
@media all and (min-width: 650px) {