summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-08-05 22:54:46 +0300
committerArtur Signell <artur@vaadin.com>2014-08-07 14:21:21 +0000
commit2febf6e86a4f3d0d294edf96e81b9674e2bac8e4 (patch)
treeffcd3e16ce49188ca61c4b7a4fa195617e7973b6 /WebContent/VAADIN
parent7a243926ca0b744f62078b78706ee6e71421ba33 (diff)
downloadvaadin-framework-2febf6e86a4f3d0d294edf96e81b9674e2bac8e4.tar.gz
vaadin-framework-2febf6e86a4f3d0d294edf96e81b9674e2bac8e4.zip
Fix tree row height in IE8 (Valo)
Change-Id: Ia942f91d22e7fa459e345ea4036e56d071054eb7
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_tree.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_tree.scss b/WebContent/VAADIN/themes/valo/components/_tree.scss
index 1327320cd4..7e00f4ec09 100644
--- a/WebContent/VAADIN/themes/valo/components/_tree.scss
+++ b/WebContent/VAADIN/themes/valo/components/_tree.scss
@@ -51,7 +51,6 @@ $v-tree-expand-animation-enabled: false !default;
opacity: 0;
.v-ie8 & {
- content: "+";
position: static;
margin-left: -1.9em;
vertical-align: top;
@@ -72,6 +71,9 @@ $v-tree-expand-animation-enabled: false !default;
overflow: hidden;
white-space: nowrap;
+ // Mainly to satisty IE8 (doesn't harm other browsers)
+ vertical-align: top;
+
& > div {
display: inline-block;
width: 100%;