diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2015-04-07 13:32:01 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2015-04-07 14:19:09 +0100 |
commit | ef7ea9b4056d3664af305c8a777e651271deeb32 (patch) | |
tree | e83a1248fb23812e132b8f52b1d8f724d32731bc /web/cobrands/sass/_layout.scss | |
parent | 518f900b81cfe567ccc2b71c9d96c08a6cf6ff72 (diff) |
"Report" button in default mobile header, fixes #931
The new button will be inherited by any cobrand that extends
fixmystreet/header_logo.html. Styling has been checked in all
current cobrands.
Also includes a minor fix to header logo margins on narrow screens.
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 162bf30e1..67756ca5b 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -100,6 +100,7 @@ h1 { } #site-logo { top: 0.9em; + left: auto; position: absolute; z-index: 3; } @@ -117,8 +118,10 @@ h1 { top:-3.25em; } } -#nav-link { - left:-999999px; +#nav-link, +#report-cta { + right: auto; + left: -999999px; } #main-nav{ margin: 0 auto; |