diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-02-24 18:32:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-02-24 18:32:01 +0000 |
commit | af38ab78122244a51f1a7d1fdc21fa52fcf01d20 (patch) | |
tree | 00ebdb0c5a9966f9ee8f02c54de73d23ec20dfe0 | |
parent | 0d0b35dadf3ebf4781e00ae8d83b4061a99cfcc6 (diff) |
[fixmystreet.com] Make sure front page error seen.
Fixes #1336.
-rw-r--r-- | web/cobrands/fixmystreet.com/layout.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index 55ebe1743..e8e68553a 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -175,6 +175,12 @@ body.frontpage { background-color: white; width: auto; } + > .form-error { + margin-top: -4em; + } + > .form-error + .tablewrapper { + margin-top: 0; + } } footer { .bordered { |