diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-30 15:11:02 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-30 15:11:02 +0100 |
commit | bbb528aa007a9a3a2c784341f396ae2ff23fb3fc (patch) | |
tree | 9b6065be9c08cc961d9bb315e1f99c127615fc89 | |
parent | e57fdb9e148de0594272380483ee8de0b01cfe5b (diff) |
Powered by on front page, front style tweaks.
-rw-r--r-- | templates/web/bromley/footer.html | 3 | ||||
-rw-r--r-- | templates/web/bromley/index.html | 4 | ||||
-rw-r--r-- | web/cobrands/bromley/bromley.scss | 4 | ||||
-rw-r--r-- | web/cobrands/bromley/fms-logo.png | bin | 0 -> 4740 bytes | |||
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 1 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/_layout.scss | 4 |
6 files changed, 11 insertions, 5 deletions
diff --git a/templates/web/bromley/footer.html b/templates/web/bromley/footer.html index da77b1756..4ef3011a9 100644 --- a/templates/web/bromley/footer.html +++ b/templates/web/bromley/footer.html @@ -6,9 +6,8 @@ <div class="nav-wrapper-2"> <div id="main-nav" role="navigation"> <ul id="mysoc-menu"> - <li><a href="http://www.fixmystreet.com/">Powered by <img src="https://github.com/mysociety/fixmystreet/raw/9a9889db881e24c17f51804ba56c11bd264bbf9c/web/cobrands/fixmystreet/fms-logo.png" style="height:20px; vertical-align: bottom"></a></li> + <li><a href="http://www.fixmystreet.com/">Powered by <img src="/cobrands/bromley/fms-logo.png" style="height:20px;"></a></li> </ul> - <ul id="main-menu"> <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn" >[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[% diff --git a/templates/web/bromley/index.html b/templates/web/bromley/index.html index d015b7a7a..94807431f 100644 --- a/templates/web/bromley/index.html +++ b/templates/web/bromley/index.html @@ -95,6 +95,10 @@ Modernizr.load({ </ul> </section> + <p id="bromley-powered-by" class="desk-only"> + <a href="http://www.fixmystreet.com/">Powered by <img src="/cobrands/bromley/fms-logo.png" style="height:20px;"></a> + </p> + </div> [% END %] </div> diff --git a/web/cobrands/bromley/bromley.scss b/web/cobrands/bromley/bromley.scss index bb47ae60d..0f4879bef 100644 --- a/web/cobrands/bromley/bromley.scss +++ b/web/cobrands/bromley/bromley.scss @@ -79,6 +79,10 @@ body { color: #333; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; #bromley-footer .footer-nav li { list-style-type: none; } #bromley-footer p { margin: 0; } +#bromley-powered-by { + text-align: right; +} + #main-menu { text-align: center; margin: 2em 0; diff --git a/web/cobrands/bromley/fms-logo.png b/web/cobrands/bromley/fms-logo.png Binary files differnew file mode 100644 index 000000000..23bea6b0f --- /dev/null +++ b/web/cobrands/bromley/fms-logo.png diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index 48d128968..f97609f2d 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -1474,7 +1474,6 @@ table.nicetable { #front-recently { .issue-list-a { border-bottom:none; - margin-bottom:0; } } diff --git a/web/cobrands/fixmystreet/_layout.scss b/web/cobrands/fixmystreet/_layout.scss index 833af8986..1e816ab0b 100644 --- a/web/cobrands/fixmystreet/_layout.scss +++ b/web/cobrands/fixmystreet/_layout.scss @@ -872,8 +872,8 @@ body.frontpage { display:block; float:left; padding:0.25em 0.5em; - height:1.5em; - width:16em; + height:2em; + width:17em; } input#submit { display:block; |