From c95dff70ed6729c62e8db29759719987b2ec947a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Oct 2017 15:55:27 +0200 Subject: [PATCH] fix #1746 @0:10 --- style/fluidbook.less | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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); -- 2.39.5