diff options
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; |