aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-02-24 18:32:01 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-02-24 18:32:01 +0000
commitaf38ab78122244a51f1a7d1fdc21fa52fcf01d20 (patch)
tree00ebdb0c5a9966f9ee8f02c54de73d23ec20dfe0 /web/cobrands
parent0d0b35dadf3ebf4781e00ae8d83b4061a99cfcc6 (diff)
[fixmystreet.com] Make sure front page error seen.
Fixes #1336.
Diffstat (limited to 'web/cobrands')
-rw-r--r--web/cobrands/fixmystreet.com/layout.scss6
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 {