diff options
author | Dave Arter <davea@mysociety.org> | 2015-05-15 18:55:18 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-10-06 09:09:26 +0100 |
commit | 2b2168df76e20241514d01a2c6cc5c503d4ced6c (patch) | |
tree | 6a121c0daa4fa9cdbe3e1fc3e3f104d04f2d0934 /web/cobrands | |
parent | 2b9f24d3c97bcbcdd12a02d7b114563f6d4cba51 (diff) |
[Zurich] Improve display of external body message when present
Make external/competent body message read-only and
displayed like public response when submitted.
See mysociety/FixMyStreet-Commercial#718
Diffstat (limited to 'web/cobrands')
-rw-r--r-- | web/cobrands/zurich/base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index 9b3543116..b92485a19 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -210,7 +210,7 @@ h4.static-with-rule { padding-left: 30px; } -.admin-official-answer { +.admin-official-answer, .admin-external-message { background-color: #1F52A3; // official Zurich blue colour color: #fff; padding: 0.8em 1em; |