From accad0950aa808f79b7149c8936e3f604b81ea5b Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Fri, 28 Nov 2008 08:26:15 +0000 Subject: [PATCH] Form captions now visible in Opera. Fixes #2238 svn changeset:6030/svn branch:trunk --- WebContent/ITMILL/themes/default/formlayout/formlayout.css | 3 +++ WebContent/ITMILL/themes/default/styles.css | 3 +++ 2 files changed, 6 insertions(+) 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%; -- 2.39.5