aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-08-12 18:41:17 +0100
committerChris Mytton <self@hecticjeff.net>2013-08-12 18:41:17 +0100
commit54457e8e29d37c9b0b24e61caa527df5f3d7fbb3 (patch)
treeed120f46b6200544a3c4139de1cf2dcdd74c6154
parentcb36848ec16b00547aadb0a8fdb8321c8d9be1d4 (diff)
Use css to position occ message
-rw-r--r--web/cobrands/oxfordshire/layout.scss5
-rw-r--r--web/cobrands/oxfordshire/position_map.js3
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'
});
}