diff options
author | Dave Arter <davea@mysociety.org> | 2016-06-06 11:52:42 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-06-06 11:52:42 +0100 |
commit | 835ed6c107aaa03b25d43d337093d3387aa721e1 (patch) | |
tree | 9e010f698852f62442f0ccb54b5c50563bd4bee2 /web | |
parent | 03808b117af6259332ab372b3b564c6d1ec95f50 (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')
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 5 | ||||
-rw-r--r-- | web/cobrands/sass/_layout.scss | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 62b2598e8..4a6eb52f6 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -283,11 +283,6 @@ h4.static-with-rule { } } -// Stop bottom of update form disappearing behind the #key-tools shadow -#update_form { - padding-bottom: 4em; -} - #oxford-wrapper #front-main #postcodeForm div { border: 1px solid #fff; // because orange "Go" button (see below) abuts this border, looks a tiny bit better if it's not dark green 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; |