From 27e65d32145f0010f5cb459d4032209e33166a23 Mon Sep 17 00:00:00 2001 From: Henrik Paul Date: Tue, 18 Mar 2014 16:20:22 +0200 Subject: Fixes a few Escalator regressions relating to IE8 and IE9 (#13334) Change-Id: I3446d1f781f5aa5e3262a20f51999b0a52d48dd3 --- WebContent/VAADIN/themes/base/escalator/escalator.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'WebContent') diff --git a/WebContent/VAADIN/themes/base/escalator/escalator.scss b/WebContent/VAADIN/themes/base/escalator/escalator.scss index 6f85a541ee..c6438ac9cc 100644 --- a/WebContent/VAADIN/themes/base/escalator/escalator.scss +++ b/WebContent/VAADIN/themes/base/escalator/escalator.scss @@ -67,15 +67,18 @@ $border-color: #aaa; .#{$primaryStyleName}-row { display: block; - .v-ie8 & { - /* IE8 doesn't let table rows be longer than body only with display block. Moar hax. */ + .v-ie8 &, .v-ie9 & { + /* + * Neither IE8 nor IE9 let table rows be longer than tbody, with only + * "display: block". Moar hax. + */ float: left; clear: left; /* - * The inline style of margin-top from the to offset the header's dimension is, - * for some strange reason, inherited into each contained . - * We need to cancel it: + * The inline style of margin-top from the to offset the + * header's dimension is, for some strange reason, inherited into each + * contained . We need to cancel it: */ margin-top: 0; } -- cgit v1.2.3 From d250ede5096454a70415e3d6dc5065e8a5bdcf75 Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Thu, 24 Apr 2014 15:37:03 +0300 Subject: Updated release notes Removed a whole lot of old and irrelevant information regarding old versions and added Grid as a new enhancement. Change-Id: I6872337b21a2670072b2b72d733fe4d9f338adb0 --- WebContent/release-notes.html | 310 +----------------------------------------- 1 file changed, 5 insertions(+), 305 deletions(-) (limited to 'WebContent') diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 38d9f5211c..138d93cdb3 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -41,17 +41,10 @@