From 5aaf27a430686748c6ec1f672ff3c1124cfab793 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 15 Jun 2016 18:02:02 +0100 Subject: Fix display in IE7, including front page text. .tablewrapper was sometimes losing its background, it needs to be given hasLayout. --- web/cobrands/sass/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 02dab82d8..5ed4ddb97 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -532,6 +532,7 @@ body.authpage { //fix table to be a block for ie, float the children .ie6, .ie7 { .tablewrapper { + *zoom: 1; display:block; div {//ie6 doesn't support '>div', so we'll go with the somewhat risker 'div' width:48%; -- cgit v1.2.3