From: Matti Tahvonen Date: Tue, 11 Nov 2008 08:51:57 +0000 (+0000) Subject: fixes #2159 X-Git-Tag: 6.7.0.beta1~3833 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=965e19102086ec33df2f7b230877e5be754724db;p=vaadin-framework.git fixes #2159 svn changeset:5860/svn branch:trunk --- 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 {