aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2015-09-15 12:34:55 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-09-17 15:59:12 +0100
commit17938519ca2784569d5ab3cfd4287dad0da17da5 (patch)
tree020af44753277e8cdac77f36a04245adf252a192 /web
parent7dad4736b0550cf53439d87591e4c79dce85ca0f (diff)
Improve "check your emails" page layout.
Use the same layout as the "success" screen you will see after you click the emailed link.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/images/inbox-in-circle-100px.pngbin0 -> 1725 bytes
-rw-r--r--web/cobrands/sass/_base.scss5
2 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/images/inbox-in-circle-100px.png b/web/cobrands/fixmystreet/images/inbox-in-circle-100px.png
new file mode 100644
index 000000000..d06685489
--- /dev/null
+++ b/web/cobrands/fixmystreet/images/inbox-in-circle-100px.png
Binary files differ
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index a660bf928..2ee708903 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -1603,10 +1603,15 @@ table.nicetable {
text-align: center;
background: transparent url(/cobrands/fixmystreet/images/tick-in-circle-100px.png) center 1em no-repeat;
+
&.confirmation-header--failure {
background-image: url(/cobrands/fixmystreet/images/sad-face-in-circle-100px.png);
}
+ &.confirmation-header--inbox {
+ background-image: url(/cobrands/fixmystreet/images/inbox-in-circle-100px.png);
+ }
+
h1, h2 {
margin: 0;
line-height: 1.2em;