update jqm

This commit is contained in:
Luke Pulverenti 2015-09-01 00:15:10 -04:00
parent 55c36e3507
commit 6c549ec80b
23 changed files with 1793 additions and 1806 deletions

View file

@ -312,42 +312,4 @@
-webkit-transform: scale(1);
opacity: 0;
}
}
.videoPlayerPopupContent {
width: 200px;
}
.videoChaptersPopup .videoPlayerPopupContent {
width: 300px;
}
.videoChapterPopupImage {
position: absolute;
top: 0;
left: 0;
width: 80px;
height: 80px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.videoPlayerPopupScroller {
overflow-y: auto;
overflow-x: hidden;
max-height: 180px;
}
@media all and (min-height: 500px) {
.videoPlayerPopupScroller {
max-height: 300px;
}
}
@media all and (min-height: 600px) {
.videoPlayerPopupScroller {
max-height: 400px;
}
}
}