]> _ Git - fluidbook-html5.git/commitdiff
#1829 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Dec 2017 10:58:15 +0000 (11:58 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Dec 2017 10:58:15 +0000 (11:58 +0100)
style/fluidbook.less
style/fluidbook.video.less [new file with mode: 0644]

index 36db4ef6dd161e4d9645aabf38d01e153910e9c8..8b8b1ecd0caf3b71c53289ff23a8f90e56edea96 100644 (file)
@@ -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 (file)
index 0000000..fa97a65
--- /dev/null
@@ -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