aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-06-05 16:37:19 +0100
committerStruan Donald <struan@exo.org.uk>2014-07-01 17:42:58 +0100
commit3ba1e6471090ccb051ef110756b81ce4a8c8bf1c (patch)
tree4152734ebed4fef728332c6581bb249cc700286d
parente32d139d2f3b144e44c926463a959017ed8be24d (diff)
tweak display of footer content
mostly adding image replacement to the fms platform link and some spacing tweaks
-rw-r--r--web/cobrands/fixmystreet/layout.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index b4c66251a..9d95f3ed0 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -112,6 +112,32 @@ body.fullwidthpage {
padding-bottom: 3em;
background: #1a1a1a url(images/tile.jpg) 0 0 repeat;
color: $base_fg;
+ a:link,
+ a:visited {
+ color: $primary;
+ }
+ #footer-mobileapps {
+ a {
+ padding-left: 0.5em;
+ }
+ }
+ h4 {
+ font-weight: normal;
+ padding-bottom: 0.5em;
+ }
+ }
+
+ a.platform-logo {
+ vertical-align: baseline;
+ display: inline-block;
+ background-position: top left;
+ background-repeat: no-repeat;
+ background-size: auto 1.5em;
+ background-image: url("images/fms-platform-logo.svg");
+ text-indent: -1000%;
+ height: 1.7em;
+ width: 16em;
+ padding-right: 0.25em;
}
}
}