From 179f14727108d9be1c300d6d55b719609898d66e Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Fri, 28 Nov 2014 11:09:14 +0000 Subject: [EastSussex] Fix layout without JS The non-js view positioned the map badly (over the issue text). --- web/cobrands/eastsussex/layout.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/web/cobrands/eastsussex/layout.scss b/web/cobrands/eastsussex/layout.scss index c25d5ff0c..dad118198 100644 --- a/web/cobrands/eastsussex/layout.scss +++ b/web/cobrands/eastsussex/layout.scss @@ -82,9 +82,17 @@ body.mappage { } .content { - width: 27em; + div { + max-width: 27em; + } + + // required for non-js placement + #map_box { + left: 30em; + } } + #wrapper { display: block; width: auto; -- cgit v1.2.3