]> _ Git - fluidbook-html5.git/commitdiff
wip #2500 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 10 Jan 2019 13:27:01 +0000 (14:27 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 10 Jan 2019 13:27:01 +0000 (14:27 +0100)
style/fluidbook.less

index 5503c955bb93eb852b1e0cac73590d03533dd2b3..3d8f17000e7991364a6a1d79dd0a09ce06c99638 100644 (file)
@@ -1408,6 +1408,17 @@ html.ios body.portrait #interface {
                        }
                }
 
+               &[data-type="10doigts"] {
+                       border-radius: 15px;
+
+                       a, div {
+                               &.button.back {
+                                       right: 0;
+                                       border-radius: 0 15px 0 0;
+                               }
+                       }
+               }
+
                &.fs {
                        a, div {
                                &.button.back {
@@ -1418,16 +1429,29 @@ html.ios body.portrait #interface {
                }
        }
 
-       &[data-menu="iframe"] {
+       &[data-type="10doigts"] {
+               border-radius: 15px;
+       }
 
+       &[data-menu="iframe"] {
                .iframeContainer, .iframeHolder {
                        height: 100%;
                        background-color: #fff;
+
+                       &[data-type="10doigts"] {
+                               border-radius: 15px;
+                       }
                }
 
                .content {
+                       &[data-type="10doigts"] {
+                               border-radius: 15px;
+                       }
+
                        overflow: hidden;
                }
+
+
        }
 
        &[data-menu="externalchapters"] {