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

Whitespace changes

This commit is contained in:
harhoo 2014-03-03 15:31:47 +00:00
parent b0a6cf335a
commit 3e19d7621a

View File

@ -770,8 +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; }
.video-js.vjs-user-inactive .vjs-text-track-display {
bottom: 1em;
}
/* Individual tracks */
.video-js .vjs-text-track {
display: none;