summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-08-19 22:24:24 +0000
committerspocky <spocky@ampache>2007-08-19 22:24:24 +0000
commitca8242858685571db9825a4f7f0d463153330338 (patch)
tree3a97ee97919827d7940614c284284f1c49fe579c /themes
parent3e46a9775c31d2ed6984ad11e58f9ffd1323b8ee (diff)
downloadampache-ca8242858685571db9825a4f7f0d463153330338.tar.gz
ampache-ca8242858685571db9825a4f7f0d463153330338.tar.bz2
ampache-ca8242858685571db9825a4f7f0d463153330338.zip
fixed object rating css issue
Diffstat (limited to 'themes')
-rw-r--r--themes/classic/templates/default.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index c9c5024a..8ebf0a0a 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -395,7 +395,7 @@ h3#content_title span {
}
.star-rating ul,
-.star-rating span:hover,
+.star-rating div:hover,
.star-rating .current-rating{
background: url(../../../images/ratings/star_rating.gif) left -1000px repeat-x;
}
@@ -412,7 +412,7 @@ h3#content_title span {
.star-rating li{
display: inline;
}
-.star-rating span,
+.star-rating div,
.star-rating .current-rating{
position:absolute;
top:0;
@@ -424,24 +424,24 @@ h3#content_title span {
overflow:hidden;
border: none;
}
-.star-rating span.one-stars { width:20%; z-index:6; }
-.star-rating span.two-stars { width:40%; z-index:5; }
-.star-rating span.three-stars{ width:60%; z-index:4; }
-.star-rating span.four-stars { width:80%; z-index:3; }
-.star-rating span.five-stars { width:100%; z-index:2; }
+.star-rating div.one-stars { width:20%; z-index:6; }
+.star-rating div.two-stars { width:40%; z-index:5; }
+.star-rating div.three-stars{ width:60%; z-index:4; }
+.star-rating div.four-stars { width:80%; z-index:3; }
+.star-rating div.five-stars { width:100%; z-index:2; }
.star-rating .current-rating { z-index:1; background-position: left bottom; }
-.star-rating span.zero-stars {
+.star-rating div.zero-stars {
left:80px;
width:16px;
background-image: url(../../../images/ratings/x_off.gif);
}
/* hovering effect only for dynamic star rating */
-.dynamic-star-rating span:hover{
+.dynamic-star-rating div:hover{
background-position: left center;
}
-.dynamic-star-rating span:hover.zero-stars {
+.dynamic-star-rating div:hover.zero-stars {
background-image: url(../../../images/ratings/x.gif);
}