X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=library%2Fvideo-js%2Fvideo-js.css;h=4d3a1d27544011b1829473593d8abae837ed8780;hb=49ba2f9d6db545d3c5759675ce82f86edd1aa568;hp=7956aeee2829944da7c2fd2383e1271eb60fc06a;hpb=fec4581f34f9711f79e808ea410ace8c81a5b9bf;p=friendica.git diff --git a/library/video-js/video-js.css b/library/video-js/video-js.css index 7956aeee28..4d3a1d2754 100644 --- a/library/video-js/video-js.css +++ b/library/video-js/video-js.css @@ -1,6 +1,6 @@ /* VideoJS Default Styles (http://videojs.com) -Version 3.2.0 +Version GENERATED_AT_BUILD */ /* @@ -14,29 +14,46 @@ REQUIRED STYLES (be careful overriding) Otherwise you risk messing up control positioning and full window mode. ** */ .video-js { - background-color: #000; position: relative; padding: 0; - + background-color: #000; + position: relative; + padding: 0; /* Start with 10px for base font size so other dimensions can be em based and easily calculable. */ font-size: 10px; - /* Allow poster to be vertially aligned. */ vertical-align: middle; /* display: table-cell; */ /*This works in Safari but not Firefox.*/ } -/* Playback technology elements expand to the width/height of the containing div.