]> source.dussan.org Git - vaadin-framework.git/commitdiff
a possible fix for #6911
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 5 May 2011 14:35:06 +0000 (14:35 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 5 May 2011 14:35:06 +0000 (14:35 +0000)
svn changeset:18655/svn branch:6.6

WebContent/VAADIN/themes/base/caption/caption.css

index 076f0f08aa03e6d9c502cce89f7177d357d6e3a0..04c20132b97cbcc9986000cb3e9c5c40bc0c2fdf 100644 (file)
@@ -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