From 8f92ea854fe5e8c5ea8ce1231e7dd054f48cdb64 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Fri, 6 May 2011 06:09:00 +0000 Subject: [PATCH] isolating #6911 related hack to only grid layout and ordered layouts which are most likely to face the issue svn changeset:18657/svn branch:6.6 --- WebContent/VAADIN/themes/base/caption/caption.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/VAADIN/themes/base/caption/caption.css b/WebContent/VAADIN/themes/base/caption/caption.css index 04c20132b9..bdeaae3de2 100644 --- a/WebContent/VAADIN/themes/base/caption/caption.css +++ b/WebContent/VAADIN/themes/base/caption/caption.css @@ -37,7 +37,9 @@ display: inline; } -.v-ie9 .v-caption { +.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 -- 2.39.5