diff options
-rw-r--r-- | templates/web/fixmystreet/footer.html | 11 | ||||
-rw-r--r-- | web/cobrands/sass/_base.scss | 19 | ||||
-rw-r--r-- | web/cobrands/sass/_layout.scss | 42 |
3 files changed, 14 insertions, 58 deletions
diff --git a/templates/web/fixmystreet/footer.html b/templates/web/fixmystreet/footer.html index c1b04750a..dbf9235e0 100644 --- a/templates/web/fixmystreet/footer.html +++ b/templates/web/fixmystreet/footer.html @@ -3,11 +3,12 @@ <div class="tablewrapper bordered"> <div id="footer-mobileapps"> <h4>Mobile apps</h4> - - <ul> - <li><a class="m-app-nokia" href="http://store.ovi.com/content/107557">Nokia</a></li> - <li style="line-height:1"><small>New iPhone and Android<br>apps coming soon</small></li> - </ul> + <p> + <a href="https://itunes.apple.com/gb/app/fixmystreet/id297456545">iPhone</a> + and + <a href="https://play.google.com/store/apps/details?id=org.mysociety.FixMyStreet">Android</a> + apps now available. + </p> </div> <div id="footer-help"> diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 83a04ea6c..669b7c385 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -653,22 +653,14 @@ footer { #footer-mobileapps { @extend .full-width; - padding:1em; + padding:1em 1em 0 1em; h4 { margin:0; } - ul { - @include list-reset-soft; - li { - border-bottom:1px solid #AFAFAF; - &:last-child { - border-bottom:none; - } - a { - display:block; - padding:0.5em 0; - } - } + p { + font-size: 0.75em; + padding-bottom: 0; + border-bottom:1px solid #AFAFAF; } } @@ -685,6 +677,7 @@ footer { } p { font-size:0.75em; + margin-bottom: 0; } } } diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 38b805829..92b76e474 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -388,36 +388,8 @@ body.twothirdswidthpage { color:#222; margin-top:0; } - ul { - @include list-reset; - li { - border-bottom:none; - float:left; - margin:0 1em 1em 0; - a { - color:#222; - padding:0; - width: 96px; - height: 32px; - margin:0 auto; - text-indent: -999999px; - background: url($image-sprite) -12px -3610px no-repeat; - opacity: 0.8; - &:hover { - opacity: 1; - } - &.m-app-iphone { - background-position: -12px -3610px; - } - &.m-app-droid { - background-position: -12px -3756px; - } - &.m-app-nokia { - background-position: -12px -3820px; - width:74px; - } - } - } + p { + border-bottom:none; } } .ie6, .ie7 { @@ -426,16 +398,6 @@ body.twothirdswidthpage { margin-right:2%; } } -.ie6 #footer-mobileapps ul li a { - background:url(/cobrands/fixmystreet/images/ie_mobileapps.gif) -1px -1px no-repeat; - &.m-app-droid { - background-position: -1px -148px; - } - &.m-app-nokia { - background-position: -1px -212px; - width:74px; - } -} #footer-help { border-left:1em solid transparent; |