]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #2159
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 11 Nov 2008 08:51:57 +0000 (08:51 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 11 Nov 2008 08:51:57 +0000 (08:51 +0000)
svn changeset:5860/svn branch:trunk

WebContent/ITMILL/themes/default/slider/slider.css
WebContent/ITMILL/themes/default/styles.css

index ab1d173a4173b441e06a57926abf74bdf90fcafc..39b8e9b4030552d4b88b494cf2c323bac50f6ffb 100644 (file)
@@ -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 {
index 45a1f862317b8b225e37ea515437055f5467e006..ce497194669856a0863cd4b6a3882a7255a48526 100644 (file)
@@ -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 {