aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-07-23 12:24:35 +0100
committerStruan Donald <struan@exo.org.uk>2012-08-09 09:55:49 +0100
commit473f839955f763fdde0d1ee82a55d16f33a52371 (patch)
treec96d330c288e36601ba27566912eb0146058078a
parent106468dc7fdce0d6c9220d74b214a60c32fc90b8 (diff)
IE6/7 fixes for issue lists
* background colour change on hover for IE6 * make sure whole of background is correct colour in IE6 ( li width -> 100% ) * narrow gap between link and image in IE6/7 ( .text width -> 19em )
-rw-r--r--web/cobrands/fixmystreet/_base.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss
index 9f0966a16..44af7a812 100644
--- a/web/cobrands/fixmystreet/_base.scss
+++ b/web/cobrands/fixmystreet/_base.scss
@@ -878,6 +878,7 @@ a:hover.button-left {
}
a:hover {
color:#222222;
+ background:#e6e6e6;
text-decoration: none;
}
.text,
@@ -921,12 +922,12 @@ a:hover.button-left {
overflow:hidden;
li {
clear:both;
- width:auto;
+ width:100%;
display:block;
overflow:hidden;
.text {
float:left;
- width:18em;
+ width:19em;
}
.img {
width:6.25em;