aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-11-11 16:08:38 +0000
committerDave Whiteland <dave@mysociety.org>2012-11-11 17:13:14 +0000
commit3d2e9c254244592ddce937230cbd0e057f69e073 (patch)
tree3abfe52350ecffb1889d0389c47afa435f28fffc
parent55fd02987a0816d9d1c8a76b67fa2d44f8d57264 (diff)
added bgy buttons to main nav
-rw-r--r--templates/web/fixmybarangay/footer.html2
-rw-r--r--web/cobrands/fixmybarangay/layout.scss5
2 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/fixmybarangay/footer.html b/templates/web/fixmybarangay/footer.html
index 658d654c4..786285942 100644
--- a/templates/web/fixmybarangay/footer.html
+++ b/templates/web/fixmybarangay/footer.html
@@ -12,6 +12,8 @@
</ul>
<ul id="main-menu">
+ <li><a href="/around?latitude=10.322;longitude=123.907" class="fmb-bgy-btn">Luz</a></li>
+ <li><a href="/around?latitude=10.288;longitude=123.870" class="fmb-bgy-btn">BSN</a></li>
<li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn"
>View problems</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/reports' %]span[% ELSE %]a href="/reports"[% END
diff --git a/web/cobrands/fixmybarangay/layout.scss b/web/cobrands/fixmybarangay/layout.scss
index 0f575806a..ccbf00748 100644
--- a/web/cobrands/fixmybarangay/layout.scss
+++ b/web/cobrands/fixmybarangay/layout.scss
@@ -101,7 +101,12 @@ body #main-nav ul#main-menu li span
background-image: none;
margin: 0;
}
+
+ &.fmb-bgy-btn {
+ color: #fcc921;
+ }
+
&:hover{
background-color: rgba(0,0,0,0.75);
background-image: none;