diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-02-28 12:42:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-02-28 12:42:57 +0000 |
commit | bf37b3a9e5c002ad69abb9f66fd6b484b6e7e1b4 (patch) | |
tree | 8280e6c666249297eaaba405efaa61246a712280 /web | |
parent | 480d7f31be98f08dbb6fe41c772f59a7e4a06123 (diff) | |
parent | da7a1a6ec8f65b6fa669d8f2b3f89dce9851cbd6 (diff) |
Merge remote branch 'github/supercool' into supercool
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 14 |
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; |