diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-10-01 16:01:19 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-10-06 18:17:19 +0100 |
commit | 50373a3a8e5b1712553d58f01c7a558e384ab87a (patch) | |
tree | 7d03a8c8b57661e5a5f1a8848afa3d7224cc7249 | |
parent | 9a7c85f7614ce8823d7a16ebb174349268826c18 (diff) |
[Bromley] Fix positioning of logged in message.
Make sure the site's max-width is applied on map pages also.
-rw-r--r-- | web/cobrands/bromley/layout.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 4b61f8ee9..3fe542695 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -71,11 +71,10 @@ body.alertindex form.full-width { body.mappage #user-meta p { background-color: $bromley_blue; border-bottom: 1px solid #444; - left: 2.65em; } // And also override the banner on other pages so that it lines up properly -#user-meta { +#user-meta, body.mappage #user-meta { max-width: 1200px; } #user-meta p, |