diff options
author | Dave Arter <davea@mysociety.org> | 2015-05-26 11:41:55 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-10-06 09:09:27 +0100 |
commit | 2d1f6d10508cffb9c56e63e57763e48a94307f72 (patch) | |
tree | dc77ffb1ab8d1cc5b11c41f94889b3a68ae28cf6 /web | |
parent | efcc494b550b7a7a34776d38dbd4532db9313378 (diff) |
[Zurich] Prevent 'success' message interfering with all input fields
See mysociety/FixMyStreet-Commercial#717
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/base.scss | 4 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index b92485a19..b2b6a97bb 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -274,6 +274,10 @@ h4.static-with-rule { dd.screen-no-space-after { margin-bottom: 0; } + + .admin-report-edit--interact dl.with-message { + margin-top: 1.5em; + } } @media print { diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 69864e94b..3a20d05c5 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -330,6 +330,7 @@ body.mappage.admin { .message-updated { color: #060; font-weight: bold; + position: absolute; } } |