From 92309f7042a3b597b33b7605de91615b528b22bf Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 6 Oct 2017 11:33:54 +0200 Subject: [PATCH] #1649 --- js/libs/fluidbook/menu/fluidbook.index.js | 1 + style/fluidbook.less | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/js/libs/fluidbook/menu/fluidbook.index.js b/js/libs/fluidbook/menu/fluidbook.index.js index 70ba03a6..d5ba08c8 100644 --- a/js/libs/fluidbook/menu/fluidbook.index.js +++ b/js/libs/fluidbook/menu/fluidbook.index.js @@ -72,6 +72,7 @@ FluidbookIndex.prototype = { } else { c = ' simple ' + s2; } + ix = ix1 + ix2; this.normalHTML += '
' + ix; this.normalHTML += '
'; diff --git a/style/fluidbook.less b/style/fluidbook.less index 3cffe95b..b8435c45 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1231,11 +1231,14 @@ form input[type="text"], form input[type="email"] { margin: auto; .doubleThumb, .padding { display: inline-block; - margin: 10px 10px 40px 10px; + padding: 10px 10px 25px 10px; + margin-bottom:15px; position: relative; width: 200px; cursor: pointer; text-align: center; + box-sizing: content-box; + border-radius: 3px; } &.bookmarkView { @@ -1271,6 +1274,11 @@ form input[type="text"], form input[type="email"] { } } + &.here { + background-color: @menu-select-background; + color: @menu-select-text; + } + .overlay { background-color: rgba(0, 0, 0, 0.5); position: absolute; @@ -1305,8 +1313,8 @@ form input[type="text"], form input[type="email"] { .thumb { position: absolute; - top: 0px; - left: 0px; + top: 10px; + left: 10px; .bookmark { width: 35px; @@ -1336,7 +1344,7 @@ form input[type="text"], form input[type="email"] { line-height: 1; } &.right { - left: 100px; + left: 110px; } &.simple { width: 100px; -- 2.39.5