aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-06-15 18:02:02 +0100
committerMatthew Somerville <matthew@mysociety.org>2016-06-15 18:02:02 +0100
commit2fd27d1e9d501b3716a5462368b839727d2fdbc7 (patch)
tree1fd4bd4498fc01056700bedc7186165bc9195204
parent69814bfa05cdd12d053d580dd4ded5ca2e50b325 (diff)
Fix display in IE7, including front page text.
.tablewrapper was sometimes losing its background, it needs to be given hasLayout.
-rw-r--r--web/cobrands/sass/_layout.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 33020b5a1..cd90b74ed 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -551,6 +551,7 @@ body.authpage {
//fix table to be a block for ie, float the children
.ie7 {
.tablewrapper {
+ *zoom: 1;
display:block;
>div {
width:48%;