aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/fixmystreet/footer.html5
-rwxr-xr-xtemplates/web/fixmystreet/reports/index.html3
-rw-r--r--web/cobrands/fixmystreet/base.scss7
3 files changed, 13 insertions, 2 deletions
diff --git a/templates/web/fixmystreet/footer.html b/templates/web/fixmystreet/footer.html
index 6f323ed47..a2fdda105 100644
--- a/templates/web/fixmystreet/footer.html
+++ b/templates/web/fixmystreet/footer.html
@@ -1,3 +1,8 @@
+ [% IF pagefooter %]
+ <footer id="site-footer" role="content-info">
+ <p>Some footer text</p>
+ </footer>
+ [% END %]
</div><!-- .content role=main -->
</div><!-- .container -->
diff --git a/templates/web/fixmystreet/reports/index.html b/templates/web/fixmystreet/reports/index.html
index 57b9dfe33..180b651ea 100755
--- a/templates/web/fixmystreet/reports/index.html
+++ b/templates/web/fixmystreet/reports/index.html
@@ -32,5 +32,4 @@
[% END %]
</table>
-[% INCLUDE 'footer.html' %]
-
+[% INCLUDE 'footer.html' pagefooter = 'yes' %] \ No newline at end of file
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index 43cf82617..c64bb1588 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -580,6 +580,13 @@ p.label-valid {
}
}
+
+#site-footer {
+ border-top:3px solid $primary;
+ margin:1em -1em 0 -1em;
+ padding:1em;
+}
+
/*BUTTONS*/
// Default style set for buttons, inputs and .btn class. Red and green class available.