From 03e8744bb2fb11c46721fa3f9527a2fffa0321c2 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Thu, 5 May 2011 14:35:06 +0000 Subject: [PATCH] a possible fix for #6911 svn changeset:18655/svn branch:6.6 --- WebContent/VAADIN/themes/base/caption/caption.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WebContent/VAADIN/themes/base/caption/caption.css b/WebContent/VAADIN/themes/base/caption/caption.css index 076f0f08aa..04c20132b9 100644 --- a/WebContent/VAADIN/themes/base/caption/caption.css +++ b/WebContent/VAADIN/themes/base/caption/caption.css @@ -35,4 +35,9 @@ .v-ie6 .v-captiontext, .v-ie6 .v-required-field-indicator { display: inline; +} + +.v-ie9 .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