From: Vincent Vanwaelscappel Date: Thu, 10 Jan 2019 13:27:01 +0000 (+0100) Subject: wip #2500 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5d3082a167d9e76cf38a99918ef7622cb132c8c5;p=fluidbook-html5.git wip #2500 @1 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 5503c955..3d8f1700 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -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"] {