From: Marc Englund Date: Fri, 28 Nov 2008 08:26:15 +0000 (+0000) Subject: Form captions now visible in Opera. Fixes #2238 X-Git-Tag: 6.7.0.beta1~3702 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=accad0950aa808f79b7149c8936e3f604b81ea5b;p=vaadin-framework.git Form captions now visible in Opera. Fixes #2238 svn changeset:6030/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/formlayout/formlayout.css b/WebContent/ITMILL/themes/default/formlayout/formlayout.css index da6f864210..8a2470cd02 100644 --- a/WebContent/ITMILL/themes/default/formlayout/formlayout.css +++ b/WebContent/ITMILL/themes/default/formlayout/formlayout.css @@ -8,6 +8,9 @@ text-align:right; white-space: nowrap; } +.i-formlayout-captioncell .i-caption { + overflow: visible; +} .i-formlayout-contentcell { width:100%; diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 459d307242..8aa816ae10 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -679,6 +679,9 @@ input.i-modified, text-align:right; white-space: nowrap; } +.i-formlayout-captioncell .i-caption { + overflow: visible; +} .i-formlayout-contentcell { width:100%;