From: Vincent Vanwaelscappel Date: Tue, 18 Aug 2015 18:04:51 +0000 (+0000) Subject: Edge support for 3D transition X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=eb05f43d8afe66af686660855b49476523466b97;p=fluidbook-html5.git Edge support for 3D transition --- diff --git a/js/libs/modernizr/tests.js b/js/libs/modernizr/tests.js index d3a7bb2d..0aed7b5b 100644 --- a/js/libs/modernizr/tests.js +++ b/js/libs/modernizr/tests.js @@ -17,8 +17,12 @@ Modernizr.addTest('csstransformspreserve3d', function () { }); Modernizr.addTest('ftouch', function () { + if (!Modernizr.touch) { + return false; + } var bool; + if (('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch || ('onmsgesturechange' in window)) { bool = true; } else { diff --git a/style/fluidbook.css b/style/fluidbook.css index 1c0f8622..cecab029 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -143,10 +143,6 @@ body { z-index: 0; } -#background .links { - -} - /* Orientation */ .portrait .shade, .portrait .page.right { display: none; @@ -1117,6 +1113,11 @@ ul.chapters.shareList a.level0 img { left: 0px; } +#archivesview .links .link { + position: absolute; + +} + /* Inner view */ #innerView {