summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2010-08-31 14:29:15 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2010-08-31 14:29:15 +0000
commit3654c39d454df933413331765b1314f5f9e8c138 (patch)
treec93b6488c1495e2db25242fc9bb236549ab97b05 /WebContent/VAADIN/themes/runo
parent140abecfdfa1d6bf4af4c2f0860bf9eee4c00066 (diff)
downloadvaadin-framework-3654c39d454df933413331765b1314f5f9e8c138.tar.gz
vaadin-framework-3654c39d454df933413331765b1314f5f9e8c138.zip
fixes #3955, an element used by VCaption now styled in base theme instead of hardcoded in gwt code
svn changeset:14674/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r--WebContent/VAADIN/themes/runo/styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css
index 1a4304755d..248b2a68c8 100644
--- a/WebContent/VAADIN/themes/runo/styles.css
+++ b/WebContent/VAADIN/themes/runo/styles.css
@@ -228,6 +228,14 @@
float: left;
}
+.v-caption-clearelem {
+ clear: both;
+ width: 0;
+ height: 0;
+ overflow: hidden;
+}
+
+
/* Fix IE6 "double-float-margin-bug" */
.v-ie6 .v-errorindicator,
.v-ie6 .v-icon,