diff options
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 67f090073..fdf08f24c 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -214,6 +214,11 @@ input.green-btn{ padding: 0.5em 2em 0.5em 0.5em; line-height: 1.3; background: #339e00 url("/cobrands/fixmystreet/images/sprite.png") right -2177px no-repeat; + + .ie6 &, .ie7 & { + zoom: 1; + position: relative; + } } .extra-text { |