]> _ Git - fluidbook-html5.git/commitdiff
Edge support for 3D transition
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 18 Aug 2015 18:04:51 +0000 (18:04 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 18 Aug 2015 18:04:51 +0000 (18:04 +0000)
js/libs/modernizr/tests.js
style/fluidbook.css

index d3a7bb2d397b12e8841615553dccc2d9912dc318..0aed7b5ba591dba37c5dbc1ddee32a664f657d90 100644 (file)
@@ -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 {
index 1c0f86223f53afbf4f7c247410e414478f8884f1..cecab02981ff6f4794cc4851c625b4eb6f24ef5c 100644 (file)
@@ -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 {