diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-13 15:09:52 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-13 15:09:57 +0100 |
commit | 46569b9784796d6536ab17a566ebc8bcc4e9d8ec (patch) | |
tree | 8d7063ad8b9c2995ca169b971217c69f35a79fa9 /web | |
parent | 22c6242033cd2d7128710754bc53549160f12696 (diff) |
Fix styles for Oxfordshire homepage search box
Closes #512
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index b5f88db1b..bc844a8f4 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -190,8 +190,14 @@ body.mappage { } } -#front-main #postcodeForm div { +#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 + + #pc { + padding: 0 2%; + width: 89%; + height: 38px; + } } // styled Oxfordshire buttons -- including the "Go" button on the postcode form -- to be orange: |