aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_layout.scss
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2016-06-06 11:52:42 +0100
committerDave Arter <davea@mysociety.org>2016-06-06 11:52:42 +0100
commit835ed6c107aaa03b25d43d337093d3387aa721e1 (patch)
tree9e010f698852f62442f0ccb54b5c50563bd4bee2 /web/cobrands/sass/_layout.scss
parent03808b117af6259332ab372b3b564c6d1ec95f50 (diff)
Stop bottom of update form disappearing
On IE9 the bottom of the update form was being obscured by the shadow above the report abuse /updates/nearby buttons for signed-in users.
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r--web/cobrands/sass/_layout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index cf777dc02..c288e1b8a 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -771,6 +771,10 @@ body.authpage {
#report-updates-data fieldset {
margin-bottom: 0;
}
+// Stop bottom of update form disappearing behind the #key-tools shadow
+#update_form {
+ padding-bottom: 4em;
+}
.big-green-banner {
top: auto;