From 3654c39d454df933413331765b1314f5f9e8c138 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Tue, 31 Aug 2010 14:29:15 +0000 Subject: 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 --- WebContent/VAADIN/themes/base/caption/caption.css | 7 +++++++ WebContent/VAADIN/themes/base/styles.css | 8 ++++++++ WebContent/VAADIN/themes/reindeer/styles.css | 8 ++++++++ WebContent/VAADIN/themes/runo/styles.css | 8 ++++++++ 4 files changed, 31 insertions(+) (limited to 'WebContent/VAADIN/themes') diff --git a/WebContent/VAADIN/themes/base/caption/caption.css b/WebContent/VAADIN/themes/base/caption/caption.css index 32a77eed08..076f0f08aa 100644 --- a/WebContent/VAADIN/themes/base/caption/caption.css +++ b/WebContent/VAADIN/themes/base/caption/caption.css @@ -22,6 +22,13 @@ 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, diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css index 8f5741a78d..348af9e613 100644 --- a/WebContent/VAADIN/themes/base/styles.css +++ b/WebContent/VAADIN/themes/base/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, diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 241a253903..0293c371e2 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/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, 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, -- cgit v1.2.3