diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-04-02 00:51:08 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-04-02 00:51:08 +0000 |
commit | 0c1e61c481628ecae8b772e971259fc48ecd113b (patch) | |
tree | d08ca80db167af675efa9fa9dca6cf1d8d1f6f6e /template/yoga/picture.css | |
parent | 118e0ac6e29fa296c4bd6cff6ee291221d1928df (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 '')
-rw-r--r-- | template/yoga/picture.css | 6 |
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 { |