change quality, chapter in video player
This commit is contained in:
parent
ec3483a62f
commit
a701c6615b
3 changed files with 474 additions and 35 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue