diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-02 20:48:48 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-06 17:24:12 +0000 |
commit | c851d416f8774166fc709c49e0a2ad01e55e827b (patch) | |
tree | f289232a3fd579a746407ed71adc6d781858121f /web | |
parent | 1bda0aabdeb0120ae86d48870bc908bfd12d68bc (diff) |
[Zurich] Admin stats/CSV per category.
Adapt look of default dashboard filtering.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index d49f400e6..31469926f 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -283,6 +283,10 @@ body.mappage.admin { } } +.admin-report-edit--interact { + margin-top: -1.25em; // To counteract the label's default top margin +} + .admin { .content { margin: 2em 0 1em; @@ -300,10 +304,6 @@ body.mappage.admin { font-weight: bold; padding-right: 0.333em; } - :first-child > label { - // avoid empty space above first label in a container - margin-top: 0; - } textarea { min-height: 0; } |