diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 5 | ||||
-rw-r--r-- | web/cobrands/oxfordshire/position_map.js | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 2cdd95d63..a6a422db3 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -222,7 +222,10 @@ input.green-btn{ display: none; position: absolute; color: #666; - margin: 0; + margin: 0 0 0 400px; + .ie6 &, .ie7 & { + margin: 0; + } p { padding: 0.5em; } diff --git a/web/cobrands/oxfordshire/position_map.js b/web/cobrands/oxfordshire/position_map.js index 46ec3f0a4..64ad857fc 100644 --- a/web/cobrands/oxfordshire/position_map.js +++ b/web/cobrands/oxfordshire/position_map.js @@ -33,8 +33,7 @@ function position_map_box() { right: oxfordshire_right, bottom: '', top: mb_y +'px', - width: '525px', - marginLeft: '400px' + width: '525px' }); } |