diff options
author | Struan Donald <struan@exo.org.uk> | 2019-05-30 12:07:42 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-06-04 14:54:52 +0100 |
commit | f552249aacbafd785b2827086f67a4d34b887dd8 (patch) | |
tree | f1dd060bfc01bd3141e57ab7d3b6548a48554a58 | |
parent | b00d399f2e097177ca0104cc5c0016603f1533b1 (diff) |
[Hounslow] increase open new report message prominence
-rw-r--r-- | templates/web/hounslow/report/updates-sidebar-notes.html | 2 | ||||
-rw-r--r-- | web/cobrands/hounslow/base.scss | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/templates/web/hounslow/report/updates-sidebar-notes.html b/templates/web/hounslow/report/updates-sidebar-notes.html index 2673abc77..606595fc6 100644 --- a/templates/web/hounslow/report/updates-sidebar-notes.html +++ b/templates/web/hounslow/report/updates-sidebar-notes.html @@ -1,6 +1,6 @@ <p class="box-warning"> [% IF problem.is_open %] - <strong>Please note:</strong> If the problem has worsened, please open a new report instead of updating this one. + <strong>Please note: If the problem has worsened, please open a new report instead of updating this one.</strong> [% ELSE %] If this problem is still ongoing, please open a new report instead of updating this one. [% END %] diff --git a/web/cobrands/hounslow/base.scss b/web/cobrands/hounslow/base.scss index b49f7b97d..a7b14c245 100644 --- a/web/cobrands/hounslow/base.scss +++ b/web/cobrands/hounslow/base.scss @@ -30,3 +30,9 @@ background: lighten($green, 5%); } } + +.general-notes { + .box-warning { + font-size: 1.2em; + } +} |