diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2011-05-06 06:09:00 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2011-05-06 06:09:00 +0000 |
commit | 8f92ea854fe5e8c5ea8ce1231e7dd054f48cdb64 (patch) | |
tree | 48f08c3829d50a727fa1cd1d623e8154870ca5cc /WebContent | |
parent | 03e8744bb2fb11c46721fa3f9527a2fffa0321c2 (diff) | |
download | vaadin-framework-8f92ea854fe5e8c5ea8ce1231e7dd054f48cdb64.tar.gz vaadin-framework-8f92ea854fe5e8c5ea8ce1231e7dd054f48cdb64.zip |
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
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/caption/caption.css | 4 |
1 files changed, 3 insertions, 1 deletions
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 |