update sort menu

This commit is contained in:
Luke Pulverenti 2016-02-26 23:39:11 -05:00
parent 73f153405c
commit 22bf2c2268
5 changed files with 9 additions and 27 deletions

View file

@ -364,23 +364,4 @@ video::-webkit-media-text-track-background {
#videoPlayer:not(.idlePlayer) video:not([controls])::-webkit-media-text-track-display {
/*Style the text itself*/
margin-top: -2.5em;
}
.videoSubtitles {
position: fixed;
z-index: 99997;
bottom: 10%;
text-align: center;
font-size: 400%;
left: 0;
right: 0;
color: #fff;
}
.videoSubtitlesInner {
max-width: 70%;
background-color: rgba(0,0,0,.8);
padding: .25em;
margin: auto;
display: inline-block;
}
}