diff options
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; } } |