From 965e19102086ec33df2f7b230877e5be754724db Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Tue, 11 Nov 2008 08:51:57 +0000 Subject: [PATCH] fixes #2159 svn changeset:5860/svn branch:trunk --- WebContent/ITMILL/themes/default/slider/slider.css | 3 ++- WebContent/ITMILL/themes/default/styles.css | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/WebContent/ITMILL/themes/default/slider/slider.css b/WebContent/ITMILL/themes/default/slider/slider.css index ab1d173a41..39b8e9b403 100644 --- a/WebContent/ITMILL/themes/default/slider/slider.css +++ b/WebContent/ITMILL/themes/default/slider/slider.css @@ -5,8 +5,9 @@ .i-slider { border-top: 1px solid #cccfd0; border-bottom: 1px solid #cccfd0; - height: 3px; + height: 12px; margin: 5px 0; + width:200px; } .i-slider-base { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 45a1f86231..ce49719466 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -663,6 +663,7 @@ input.i-modified, } .i-formlayout-error-indicator { + /* fix width so layout is not jumpy when error disapear */ width: 12px; } @@ -1445,8 +1446,9 @@ input.i-modified, .i-slider { border-top: 1px solid #cccfd0; border-bottom: 1px solid #cccfd0; - height: 3px; + height: 12px; margin: 5px 0; + width:200px; } .i-slider-base { -- 2.39.5