From: Artur Signell Date: Wed, 12 Nov 2008 09:54:16 +0000 (+0000) Subject: Less flicker for captions in Safari X-Git-Tag: 6.7.0.beta1~3818 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5feff96eaa41b1529a7f913fb3a05830a5552124;p=vaadin-framework.git Less flicker for captions in Safari svn changeset:5876/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/caption/caption.css b/WebContent/ITMILL/themes/default/caption/caption.css index efd3679ad6..bd143606cb 100644 --- a/WebContent/ITMILL/themes/default/caption/caption.css +++ b/WebContent/ITMILL/themes/default/caption/caption.css @@ -6,6 +6,11 @@ text-align: left /* Force default alignment */ } +.i-caption { + overflow: hidden; + white-space: nowrap; +} + .i-errorindicator { width: 12px; height: 16px; diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index ce49719466..e54df07c05 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -109,6 +109,11 @@ text-align: left /* Force default alignment */ } +.i-caption { + overflow: hidden; + white-space: nowrap; +} + .i-errorindicator { width: 12px; height: 16px;