]> source.dussan.org Git - vaadin-framework.git/commitdiff
Form captions now visible in Opera. Fixes #2238
authorMarc Englund <marc.englund@itmill.com>
Fri, 28 Nov 2008 08:26:15 +0000 (08:26 +0000)
committerMarc Englund <marc.englund@itmill.com>
Fri, 28 Nov 2008 08:26:15 +0000 (08:26 +0000)
svn changeset:6030/svn branch:trunk

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

index da6f8642104741a664c700c4dc4b08eb1e3d4dac..8a2470cd02a64257d97272bc83a300924fe149b7 100644 (file)
@@ -8,6 +8,9 @@
        text-align:right;
        white-space: nowrap;
 }
+.i-formlayout-captioncell .i-caption {
+       overflow: visible;
+}
 
 .i-formlayout-contentcell {
        width:100%;
index 459d3072428e2390e2be1aac596b85ea7085af59..8aa816ae1061a40d5954179d842787cfee32d4e0 100644 (file)
@@ -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%;