diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-07 14:38:12 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-07 15:10:37 +0100 |
commit | 36384c1d1bb03e03df57735a84819e04ba9a8a6a (patch) | |
tree | 07da35b786fba4dd07fe9912411703c5a1fe529f | |
parent | e96348685c198e16d201106a8066ee55820efc28 (diff) |
[fixmystreet.com] Improve Pro link on non-front.
Give it the same sort of look as currently on the front page.
-rw-r--r-- | web/cobrands/fixmystreet.com/layout.scss | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index 221694330..85dbbd83b 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -155,19 +155,8 @@ body.frontpage { background: url($image-sprite) -2px -108px no-repeat; } - // Because fms.com includes a .fms-pro-promo that we want to look separate - // from #front-howto and #front-recent, we move the white background and - // padding from .content to the .tablewrapper, so it visually stands alone. .content { - background-color: transparent; - padding: 0em 0em 1em; margin-top: -3em; // overlap the bottom of #front-main - - .tablewrapper { - @include box-sizing(border-box); - padding: 1.5em; - background-color: white; - } } } @@ -264,8 +253,15 @@ body.mappage .mysoc-footer { display: none; } +// FMS Pro advert +footer { + background: $base_bg; + margin: -1em; + padding: 1em 0; +} + .fms-pro-promo { - margin: 2em 0 3em 0; + margin: 1em 0 3em 0; padding: 2em; background: $primary url(images/tile-y.jpg) 0 0 repeat; |