From 62533516bbc9cf0198c727a7428a5bcceff6db32 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Oct 2017 18:53:20 +0200 Subject: [PATCH] fix #1747 @0.25 --- style/fluidbook.less | 3 +-- style/slider.less | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index c1933c63..d5fcd6da 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1331,11 +1331,10 @@ form input[type="text"], form input[type="email"] { position: relative; z-index: 1; font-size: 14px; - font-weight: bold; line-height: 1; } &.right { - left: 100px; + left: 110px; } &.simple { width: 100px; diff --git a/style/slider.less b/style/slider.less index 491e85a6..3c0ceb8e 100644 --- a/style/slider.less +++ b/style/slider.less @@ -99,6 +99,10 @@ .doubleThumb { position: relative; + + .right{ + left: 100px; + } } .number { -- 2.39.5