From 0c1e61c481628ecae8b772e971259fc48ecd113b Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 2 Apr 2008 00:51:08 +0000 Subject: - fix display of rating stars on picture page (since smarty) - rating star css use a CSS sprite git-svn-id: http://piwigo.org/svn/trunk@2295 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/picture.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'template/yoga/picture.css') diff --git a/template/yoga/picture.css b/template/yoga/picture.css index 27fd5aec8..839760053 100644 --- a/template/yoga/picture.css +++ b/template/yoga/picture.css @@ -110,13 +110,11 @@ TABLE.infoTable TD.value UL { } .rateButtonStarFull { - background: url('icon/star_f.gif') no-repeat center; - width: 16px; + background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px; } .rateButtonStarEmpty { - background: url('icon/star_e.gif') no-repeat center; - width: 16px; + background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px; } #comments { -- cgit v1.2.3