diff options
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r-- | web/cobrands/sass/_base.scss | 57 |
1 files changed, 2 insertions, 55 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index ad3bb5e16..f81d969ab 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -335,13 +335,7 @@ label{ } } } -// IE6 doesn't extend the grey box back with the above negative margins, and -// the password box falls off screen for some reason. Just have boring margins, -// it looks okay. -.ie6 .form-box { - margin: 0 0 0.25em; - padding: 1em; -} + // Prevent grey displaying oddly by giving it a width, and stop odd left margin issue .ie7 .form-box { width: 100%; @@ -460,9 +454,6 @@ p.label-valid { position: absolute; z-index:2; } -.ie6 #site-logo { - background: url('/cobrands/fixmystreet/images/ie_logo.gif') 0 -5px no-repeat; -} // this is a skip to nav for mobile users only #nav-link { @@ -532,9 +523,6 @@ p.label-valid { background-repeat: no-repeat; text-indent: -999999px; } -.ie6 #mysoc-logo { - background: url('/cobrands/fixmystreet/images/ie_mysoc_logo.gif') center no-repeat; -} .ie7 #mysoc-logo { background: url($image-sprite) -240px -38px no-repeat; } @@ -621,7 +609,7 @@ body.mappage .wrapper { } //because display:table doesn't work we float -.ie6, .ie7 { +.ie7 { .shadow-wrap { ul#key-tools{ background:#f5f5f5; @@ -635,19 +623,6 @@ body.mappage .wrapper { } } } -.ie6 .shadow-wrap ul#key-tools li a { - &.abuse { - background-image:url('/cobrands/fixmystreet/images/ie_key_tools_sprite.gif'); - background-position: $right 0px; - } - &.feed { - background-image:url('/cobrands/fixmystreet/images/ie_key_tools_sprite.gif'); - background-position: $right -58px; - } - &:hover { - background-image:url('/cobrands/fixmystreet/images/ie_key_tools_sprite_dark.gif'); - } -} .iel8 { .shadow-wrap ul#key-tools li a.chevron { background-image:url('/cobrands/fixmystreet/images/ie_key_tools_sprite.gif'); @@ -939,15 +914,6 @@ input.final-submit { border-bottom: none; } -.ie6 .item-list--reports__item { - a { - height: 5.5em; - } - .img { - height: 60px; - } -} - .problem-header .update-img, .item-list .update-img { float: $right; @@ -1069,10 +1035,6 @@ html.js #map .noscript { #{$left}: 0.5em; #{$right}: 0.5em; } -// The left and right of the above causes the navigation to move off-screen left in IE6. -.ie6 #fms_pan_zoom { - #{$left}: auto !important; -} // Openlayers map controls (overrides) #fms_pan_zoom_panup, @@ -1170,21 +1132,6 @@ html.js #map .noscript { } } -.ie6 #sub_map_links a { - &#hide_pins_link { - background-image:url('/cobrands/fixmystreet/images/ie_sub_map_links_sprite.gif'); - background-position: $right 1px; - } - &#all_pins_link { - background-image:url('/cobrands/fixmystreet/images/ie_sub_map_links_sprite.gif'); - background-position: $right -45px; - } - &#map_permalink { - background-image:url('/cobrands/fixmystreet/images/ie_sub_map_links_sprite.gif'); - background-position: $right -93px; - } -} - #mob_sub_map_links { position: absolute; bottom:0; |