diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-10-11 16:53:15 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-10-12 10:56:24 +0100 |
commit | 39c4afb7f7da189fb342d2b4082c539f2312d939 (patch) | |
tree | c15d9cc33a2dd79747ebab59c4943fd43729d6a8 /web | |
parent | a8043c120accf7edfd7c331f9032b28cd04ac07a (diff) |
Add forgotten password note.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/_layout.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/_layout.scss b/web/cobrands/fixmystreet/_layout.scss index d2e47d76c..5262decc6 100644 --- a/web/cobrands/fixmystreet/_layout.scss +++ b/web/cobrands/fixmystreet/_layout.scss @@ -763,6 +763,14 @@ textarea.form-error { } } +/* Adjust the above so text flow can be different from display */ +#forgotten-pw { + position: relative; + left: 27em; + top: -7em; + margin-bottom: -7em; // So no gap in main flow +} + // Frontpage body.frontpage { |