]> source.dussan.org Git - vaadin-framework.git/commitdiff
isolating #6911 related hack to only grid layout and ordered layouts which are most...
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 6 May 2011 06:09:00 +0000 (06:09 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 6 May 2011 06:09:00 +0000 (06:09 +0000)
svn changeset:18657/svn branch:6.6

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

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