Ignore:
Timestamp:
Apr 2, 2008, 2:51:08 AM (16 years ago)
Author:
rvelices
Message:
  • fix display of rating stars on picture page (since smarty)
  • rating star css use a CSS sprite
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/picture.css

    r2292 r2295  
    111111
    112112.rateButtonStarFull {
    113   background: url('icon/star_f.gif') no-repeat center;
    114   width: 16px;
     113        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
    115114}
    116115
    117116.rateButtonStarEmpty {
    118   background: url('icon/star_e.gif') no-repeat center;
    119   width: 16px;
     117        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
    120118}
    121119
Note: See TracChangeset for help on using the changeset viewer.