aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/base.scss3
-rw-r--r--web/cobrands/fixmystreet/layout.scss38
2 files changed, 41 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index 044abed64..c21087303 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -10,3 +10,6 @@
@import "compass";
@import "../sass/base";
+#footer-nav {
+ display: none;
+}
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index 9d95f3ed0..4d7e63500 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -176,3 +176,41 @@ body.twothirdswidthpage {
}
}
}
+
+#footer-nav {
+ display: block;
+ border: 0px;
+ border-top: 0.25em solid #ffd000;
+ border-image: url(images/tile-y.jpg) 30 0 repeat;
+
+ .tablewrapper {
+ width: 60em;
+ margin: 0 auto;
+ background: $base_bg;
+ ul {
+ list-style: none;
+ padding: 0px;
+ margin: 0px;
+ float:left;
+ li {
+ list-style: none;
+ display: inline;
+ margin: 0px;
+ padding: 0px;
+ float:left;
+ a,
+ span {
+ display: block;
+ color: $nav_fg;
+ background: none;
+ border-bottom: none;
+ padding: 0.75em;
+ font-size: 0.9em;
+ }
+ }
+ }
+ #footer-help-nav {
+ float: right;
+ }
+ }
+}