diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-24 18:05:00 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-29 09:31:31 +0100 |
commit | fb792c07ba49c15c1c9c4b9ae6372a7e33dba0ba (patch) | |
tree | 854c75305a9ab89ed11a6b6e2d86086bb167fc99 /web/cobrands/sass/_layout.scss | |
parent | 19241c52172aec0c797a00b35a090e28f7858e1d (diff) |
Improve admin report edit page.
Show map, break into two columns, fix display of sent time after
clicking "Mark as sent", tidy up labels.
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 cd90b74ed..536825b5a 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -324,6 +324,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; @@ -839,7 +851,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 @@ -854,6 +866,13 @@ textarea.form-error { font-size: 0.75em; } + ul { + @include list-reset-soft; + li { + margin-bottom: 0.5em; + } + } + .sidebar-notes { color: #666; } |