summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/caption
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-02-17 12:59:41 +0200
committerLeif Åstrand <leif@vaadin.com>2012-02-17 12:59:41 +0200
commit0b3ca5b9604f956614d9e83e7af7557c38f8dfe2 (patch)
treef8f81ee55bc5ff42b0e88b7998b79be53e509717 /WebContent/VAADIN/themes/base/caption
parent0edb315f69b50a789be3bf6737bbe73ed0feefee (diff)
downloadvaadin-framework-0b3ca5b9604f956614d9e83e7af7557c38f8dfe2.tar.gz
vaadin-framework-0b3ca5b9604f956614d9e83e7af7557c38f8dfe2.zip
Avoid captions wrapping over multiple rows (#8313)
Diffstat (limited to 'WebContent/VAADIN/themes/base/caption')
-rw-r--r--WebContent/VAADIN/themes/base/caption/caption.css22
1 files changed, 4 insertions, 18 deletions
diff --git a/WebContent/VAADIN/themes/base/caption/caption.css b/WebContent/VAADIN/themes/base/caption/caption.css
index 549d4f9cef..364b68a226 100644
--- a/WebContent/VAADIN/themes/base/caption/caption.css
+++ b/WebContent/VAADIN/themes/base/caption/caption.css
@@ -6,32 +6,18 @@
white-space: nowrap;
}
.v-errorindicator {
- float: left;
+ display: inline-block;
}
.v-caption .v-icon {
- float: left;
+ display: inline-block;
padding-right: 2px;
vertical-align: middle;
}
.v-caption .v-captiontext {
- float: left;
+ display: inline-block;
overflow: hidden;
vertical-align: middle;
}
.v-caption .v-required-field-indicator {
- float: left;
+ display: inline-block;
}
-
-.v-caption-clearelem {
- clear: both;
- width: 0;
- height: 0;
- overflow: hidden;
-}
-
-.v-ie9 .v-gridlayout-margin>div>div>.v-caption,
-.v-ie9 .v-verticallayout>div>div>.v-caption,
-.v-ie9 .v-horizontallayout>div>div>.v-caption {
- /* Fix possible sub pixel rounding errors that cause error indicators to drop */
- margin-right:-0.5px;
-} \ No newline at end of file