diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-11-18 17:05:39 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-11-18 17:25:53 +0000 |
commit | e039f86ec38a36486f6bb61c332192d9dc71acdb (patch) | |
tree | 8d1458eb30bd5dab870e08ea6c6f67255cdff407 /web | |
parent | 57fcd59af03f823528f71c03c8f8043f4fee63ca (diff) |
Show logged in message as success, not error.
Fixes #357.
Also consolidate almost-identical fill_in_details.html template
(for #344).
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_base.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 7ed4bb0a5..d50d31e3e 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -395,6 +395,13 @@ ul.error { @include border-radius(0.25em); } +.form-success { + background: #009900; + color: #fff; + padding: 0 0.5em; + @include border-radius(0.25em); +} + // don't display valid error boxes as now the page jump // won't be until the user submits, which is fine div.label-valid, |