From: Vincent Vanwaelscappel Date: Mon, 11 Dec 2017 10:58:15 +0000 (+0100) Subject: #1829 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d93fe8e68bd38eff174a11bdff7de5e8d031314d;p=fluidbook-html5.git #1829 @0:10 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 36db4ef6..8b8b1ecd 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1654,26 +1654,7 @@ ul.chapters.shareList a.level0 .svg-icon { } } -/* Videos */ -.mview .videoContainer { - width: 100%; - height: 100%; -} - -.mview .videoContainer video, -.mview .videoContainer object, .webvideo { - position: static; - width: 100%; - height: auto; - display: block; - background-color: transparent !important; - margin: 0 auto; -} - -.videoContainer { - position: relative; -} - +@import "fluidbook.video.less"; /* multimedia */ .mview { diff --git a/style/fluidbook.video.less b/style/fluidbook.video.less new file mode 100644 index 00000000..fa97a65a --- /dev/null +++ b/style/fluidbook.video.less @@ -0,0 +1,23 @@ +/* Videos */ +.mview .videoContainer { + width: 100%; + height: 100%; +} + +.mview .videoContainer video, +.mview .videoContainer object, .webvideo { + position: static; + width: 100%; + height: auto; + display: block; + background-color: transparent !important; + margin: 0 auto; +} + +.videoContainer { + position: relative; +} + +.video-js button { + cursor: pointer; +} \ No newline at end of file