]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for #2563 - OrderedLayout flicker on repaint
authorArtur Signell <artur.signell@itmill.com>
Mon, 16 Feb 2009 06:31:56 +0000 (06:31 +0000)
committerArtur Signell <artur.signell@itmill.com>
Mon, 16 Feb 2009 06:31:56 +0000 (06:31 +0000)
Changed Label so it never wraps when its width is undefined.
Changed default Label width to 100%.

svn changeset:6842/svn branch:trunk

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

index a1c7a7a3810d3e6f57caac5e180265c4ac132d68..50c0abf0a4915d5abd7739a86076443f7bee33f2 100644 (file)
@@ -234,6 +234,10 @@ input.i-modified,
        padding-bottom: 1px;
 }
 
+.i-label-undef-w {
+       white-space: nowrap;
+}
+
 /* Loading indicator states
  * Note: client side expects that loading indicator has a height. It depends on
  * this css property to ensure browsers have applied all required styles.
index 72c651124e44c19e4e635b27471809a7c0405233..146e51f6b222603a3c21ec8ef861f38e13c2bd34 100644 (file)
@@ -414,6 +414,10 @@ input.i-modified,
        padding-bottom: 1px;
 }
 
+.i-label-undef-w {
+       white-space: nowrap;
+}
+
 /* Loading indicator states
  * Note: client side expects that loading indicator has a height. It depends on
  * this css property to ensure browsers have applied all required styles.
@@ -845,6 +849,10 @@ input.i-modified,
  * Link component styles 
  * (useless to move into a separate file)
  */
+.i-link {
+       white-space: nowrap;    
+}
+
 .i-link a {
        color: #464f52;
        vertical-align: middle;