Skip to content

Commit

Permalink
Whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harhoo committed Mar 3, 2014
1 parent b0a6cf3 commit 3e19d76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/css/video-js.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3e19d76

Please sign in to comment.