]> source.dussan.org Git - vaadin-framework.git/commitdiff
Less flicker for captions in Safari
authorArtur Signell <artur.signell@itmill.com>
Wed, 12 Nov 2008 09:54:16 +0000 (09:54 +0000)
committerArtur Signell <artur.signell@itmill.com>
Wed, 12 Nov 2008 09:54:16 +0000 (09:54 +0000)
svn changeset:5876/svn branch:trunk

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

index efd3679ad646d4c06a6483c37f18627045d68784..bd143606cb9e7901faa4d5cf9d586515ae91bf36 100644 (file)
@@ -6,6 +6,11 @@
        text-align: left /* Force default alignment */
 }
 
+.i-caption {
+       overflow: hidden;
+       white-space: nowrap;
+}
+
 .i-errorindicator {
        width: 12px;
        height: 16px;
index ce497194669856a0863cd4b6a3882a7255a48526..e54df07c0560ce4d1f91a8b1bae4ac1f146a6e54 100644 (file)
        text-align: left /* Force default alignment */
 }
 
+.i-caption {
+       overflow: hidden;
+       white-space: nowrap;
+}
+
 .i-errorindicator {
        width: 12px;
        height: 16px;