aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/picture.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-04-02 00:51:08 +0000
committerrvelices <rv-github@modusoptimus.com>2008-04-02 00:51:08 +0000
commit0c1e61c481628ecae8b772e971259fc48ecd113b (patch)
treed08ca80db167af675efa9fa9dca6cf1d8d1f6f6e /template/yoga/picture.css
parent118e0ac6e29fa296c4bd6cff6ee291221d1928df (diff)
- 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
Diffstat (limited to 'template/yoga/picture.css')
-rw-r--r--template/yoga/picture.css6
1 files changed, 2 insertions, 4 deletions
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 {