diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-29 09:40:32 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-29 09:40:32 +0100 |
commit | b6adc31fffa73d90ad948e5b24ce31d69803d83e (patch) | |
tree | 244e11120ffab4e7ca242574cba96503d2a1a0a0 /web/cobrands/sass/_layout.scss | |
parent | 4ac342ac28605c89ec0cb5b25e4f99ec42a77e28 (diff) | |
parent | 5cf9a812ada261389e9e9d67d20553fe72ea472f (diff) |
Merge branch '1347-fold-back-zurich'
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 2b594e5cc..51d32828f 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -321,6 +321,18 @@ body.mappage { } } +// Want to cover over the blue sidebar +body.mappage.admin { + .full-width--top { + margin-top: -1em; + padding-top: 1em; + } + .full-width--bottom { + padding-bottom: 1em; + margin-bottom: -4em; + } +} + #map_box { position: absolute; z-index: auto; @@ -828,7 +840,7 @@ textarea.form-error { } // Notes presented alongside the reporting form -#report-a-problem-sidebar { +.sidebar, #report-a-problem-sidebar { margin-bottom: 2em; // If the parent is .with-notes we know we have space to @@ -843,6 +855,13 @@ textarea.form-error { font-size: 0.75em; } + ul { + @include list-reset-soft; + li { + margin-bottom: 0.5em; + } + } + .sidebar-notes { color: #666; } |