Ignore:
Timestamp:
Dec 15, 2006, 5:57:45 AM (18 years ago)
Author:
rvelices
Message:

feature 603: rating buttons presented with stars (full Javascript
on compatible browsers, otherwise default presentation)

File:
1 edited

Legend:

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

    r1515 r1657  
    9696}
    9797
    98 .rateButton, .rateButtonSelected  {
     98.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty  {
    9999  padding:0;
    100100  border:0;
    101101}
    102102
    103 .rateButton {
     103.rateButton, .rateButtonStarFull, .rateButtonStarEmpty {
    104104  cursor: pointer;
    105105}
     
    108108  font-weight:bold;
    109109  font-size:120%;
     110}
     111
     112.rateButtonStarFull {
     113  background: url('icon/star_f.gif') no-repeat center;
     114  width: 16px;
     115}
     116
     117.rateButtonStarEmpty {
     118  background: url('icon/star_e.gif') no-repeat center;
     119  width: 16px;
    110120}
    111121
Note: See TracChangeset for help on using the changeset viewer.