aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2008-11-28 08:26:15 +0000
committerMarc Englund <marc.englund@itmill.com>2008-11-28 08:26:15 +0000
commitaccad0950aa808f79b7149c8936e3f604b81ea5b (patch)
treefb8a94596b39511510aa1258a51508a772165a22
parent91aee61192e6e28375efe2db4ae895347386a5c5 (diff)
downloadvaadin-framework-accad0950aa808f79b7149c8936e3f604b81ea5b.tar.gz
vaadin-framework-accad0950aa808f79b7149c8936e3f604b81ea5b.zip
Form captions now visible in Opera. Fixes #2238
svn changeset:6030/svn branch:trunk
-rw-r--r--WebContent/ITMILL/themes/default/formlayout/formlayout.css3
-rw-r--r--WebContent/ITMILL/themes/default/styles.css3
2 files changed, 6 insertions, 0 deletions
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%;