1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-05 15:16:06 +02:00

Move captions down when controls are inactive

This commit is contained in:
harhoo 2014-03-03 10:26:51 +00:00
parent ed78764379
commit b0a6cf335a

View File

@ -770,6 +770,8 @@ 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;