diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2011-05-05 14:35:06 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2011-05-05 14:35:06 +0000 |
commit | 03e8744bb2fb11c46721fa3f9527a2fffa0321c2 (patch) | |
tree | 3618a80b201c59cbe34dd7ee8b46b9df8a6a4cb5 /WebContent/VAADIN/themes/base/caption | |
parent | c2bf72430504e51209d60ed2732bd0890bd6383e (diff) | |
download | vaadin-framework-03e8744bb2fb11c46721fa3f9527a2fffa0321c2.tar.gz vaadin-framework-03e8744bb2fb11c46721fa3f9527a2fffa0321c2.zip |
a possible fix for #6911
svn changeset:18655/svn branch:6.6
Diffstat (limited to 'WebContent/VAADIN/themes/base/caption')
-rw-r--r-- | WebContent/VAADIN/themes/base/caption/caption.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 |