1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

@misteroneill updated modal dialog CSS. closes #2756

This commit is contained in:
Pat O'Neill 2015-10-28 17:30:56 -04:00 committed by Gary Katsevman
parent 655e14a733
commit 42e33ca537
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ CHANGELOG
* @kahwee Fixed sandbox plugin example to work in Video.js 5 ([view](https://github.com/videojs/video.js/pull/2691))
* @Soviut Fixed argument names in some API docs ([view](https://github.com/videojs/video.js/pull/2714))
* @forbesjo Added Microsoft Caption Maker link ([view](https://github.com/videojs/video.js/pull/2618))
* @misteroneill updated modal dialog CSS ([view](https://github.com/videojs/video.js/pull/2756))
--------------------

View File

@ -8,6 +8,6 @@
font-size: 1.2em; // 12px
line-height: 1.5; // 18px
padding: 30px;
padding: 20px 24px;
z-index: 1;
}