1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-04 06:48:49 +02:00

Merge branch 'master' of git://github.com/harhoo/video.js into harhoo-master

This commit is contained in:
Steve Heffernan 2014-03-03 13:33:34 -08:00
commit 61883ab4e2

View File

@ -770,6 +770,12 @@ body.vjs-full-window {
left: 1em;
right: 1em;
}
/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive .vjs-text-track-display {
bottom: 1em;
}
/* Individual tracks */
.video-js .vjs-text-track {
display: none;