From: Vincent Vanwaelscappel Date: Wed, 11 Oct 2017 13:55:27 +0000 (+0200) Subject: fix #1746 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c95dff70ed6729c62e8db29759719987b2ec947a;p=fluidbook-html5.git fix #1746 @0:10 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 4d2e60da..c1933c63 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1306,8 +1306,6 @@ form input[type="text"], form input[type="email"] { .thumb { position: absolute; - top: 10px; - left: 10px; .bookmark { width: 35px; @@ -1337,16 +1335,16 @@ form input[type="text"], form input[type="email"] { line-height: 1; } &.right { - left: 110px; + left: 100px; } &.simple { width: 100px; &.right { - margin-left: 110px; + margin-left: 100px; } } &.left { - margin-right: 110px; + margin-right: 100px; } @shade-height: unit(@thumb-height+22, px);