aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-02-28 12:36:41 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-02-28 12:36:41 +0000
commitda7a1a6ec8f65b6fa669d8f2b3f89dce9851cbd6 (patch)
tree618b867ca265c1d7b4a0a7c89e80101cbae8fabb /web
parent3fce49668564d6d849161995fa13bbd28b3fe2b8 (diff)
Add class and sample style to report-a-problem link
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/layout.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index 46f88be92..5b3d96bd1 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -139,6 +139,16 @@ body {
background:#444;
@include background(linear-gradient(#000, #444 10%, #444 95%, #111));
}
+ a.report-a-problem-btn {
+ background:$primary;
+ padding:0.25em;
+ margin:0.5em;
+ color:#333;
+ @include border-radius(0.25em);
+ &:hover {
+ background:$primary/0.9;
+ }
+ }
span {
color:$primary;
}
@@ -206,6 +216,10 @@ body.mappage {
#main-nav ul#main-menu li span {
padding: 1.4em 0.75em 1.35em 0.75em;
}
+ #main-nav ul#main-menu li a.report-a-problem-btn {
+ padding: 0.5em;
+ margin:0.9em 0.25em 0.85em 0.25em;
+ }
.nav-wrapper{
.nav-wrapper-2{
position: fixed;