diff options
author | pb1dft <pb1dft@ampache> | 2006-10-16 23:13:00 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-10-16 23:13:00 +0000 |
commit | d0872292d1322f2f9f34ff779a2b4f7b489266fc (patch) | |
tree | 03337a75cc9cfc744811e43faad74860a88d050c /contrib/themes | |
parent | 61f062f2b0ce1494d78dca6b648a948efbf017ca (diff) | |
download | ampache-d0872292d1322f2f9f34ff779a2b4f7b489266fc.tar.gz ampache-d0872292d1322f2f9f34ff779a2b4f7b489266fc.tar.bz2 ampache-d0872292d1322f2f9f34ff779a2b4f7b489266fc.zip |
Ratings fixed
Diffstat (limited to 'contrib/themes')
-rw-r--r-- | contrib/themes/simple_matrix/templates/default.css | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/contrib/themes/simple_matrix/templates/default.css b/contrib/themes/simple_matrix/templates/default.css index a3fc5dfd..ef8f9717 100644 --- a/contrib/themes/simple_matrix/templates/default.css +++ b/contrib/themes/simple_matrix/templates/default.css @@ -418,86 +418,6 @@ margin-right:5em; #topbarleft, #topbarleft a{ float: left; } -/* styles for the star ratings */ -.star-rating{ - list-style:none; - margin: 0px; - padding:0px; - width: 80px; - height: 15px; - position: relative; - background: url("../images/ratings/star_rating.gif") top left repeat-x; -} -.star-rating li{ - padding:0px; - margin:0px; - float: right; -} -.star-rating li a{ - display:block; - width:16px; - height: 15px; - text-decoration: none; - text-indent: -9000px; - z-index: 20; - position: absolute; - padding: 0px; -} -.star-rating li a:hover{ - background: url("../images/ratings/star_rating.gif") left center; - z-index: 2; - left: 0px; -} -li.zero-stars a:hover { - background: url("../images/ratings/x.gif"); - height: 15px; - left: 80px; - display: block; -} -a.zero-stars { - background: url("../images/ratings/x_off.gif"); - height: 15px; - left: 80px; - display: block; -} -a.one-stars{ - left: 0px; -} -a.one-stars:hover{ - width:16px; -} -a.two-stars{ - left:16px; -} -a.two-stars:hover{ - width: 32px; -} -a.three-stars{ - left: 32px; -} -a.three-stars:hover{ - width: 48px; -} -a.four-stars{ - left: 48px; -} -a.four-stars:hover{ - width: 64px; -} -a.five-stars{ - left: 64px; -} -a.five-stars:hover{ - width: 80px; -} -li.current-rating{ - background: url("../images/ratings/star_rating.gif") left bottom; - position: absolute; - height: 15px; - display: block; - text-indent: -9000px; - z-index: 1; -} /* Box Related Styles */ .box { |