diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-12-18 11:46:26 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-05 15:17:57 +0000 |
commit | 5b6deb93fface15549452d1f25c0ef1bf219208a (patch) | |
tree | 63220cfa2f91f11b657b408d5e680e809e3fa8f9 /templates | |
parent | f475fb1aaf612b08103225db32fd63b47c980f2e (diff) |
Tidy up CSS of top banner.
Include UK donations CSS used over Christmas 2015 for any future use.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet.com/front/international_banner.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/web/fixmystreet.com/front/international_banner.html b/templates/web/fixmystreet.com/front/international_banner.html index 4e3a2fda6..303d52851 100644 --- a/templates/web/fixmystreet.com/front/international_banner.html +++ b/templates/web/fixmystreet.com/front/international_banner.html @@ -1,13 +1,11 @@ [% country = c.cobrand.get_country_for_ip_address(c.req.address) -%] [%- IF country AND country != 'GB' -%] -<div id="country_banner"> - <a href="#" id="message_close">Close</a> - <p id="international_message"> - <span id="message"> +<div class="top_banner top_banner--country"> + <a href="#" class="top_banner__close">Close</a> + <p> This site is for reporting <strong>problems in the UK</strong>. There are FixMyStreet sites <a href="http://www.fixmystreet.org/sites/">all over the world</a>, or you could set up your own using the <a href="http://www.fixmystreet.org/">FixMyStreet Platform</a>. - </span> </p> </div> [%- END -%] |