Changeset 2677 for trunk/admin


Ignore:
Timestamp:
Oct 6, 2008, 11:44:05 PM (16 years ago)
Author:
vdigital
Message:

Some icons (Thanks to Stripy).
Small cleanup in goto/picture.css (More must come later).
Notification and help pages have been reviewed.
Swap rating stars in Sylvia.

Location:
trunk/admin/template/goto
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/picture.css

    r2526 r2677  
    11/* $Id$ */
     2
     3/* Maybe some cleanup has to be done there  TODO */
    24#imageHeaderBar {
    35  padding-top: 2px;
     
    9698}
    9799
    98 .rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty  {
    99   padding:0;
    100   border:0;
    101 }
    102 
    103 .rateButton, .rateButtonStarFull, .rateButtonStarEmpty {
    104   cursor: pointer;
    105 }
    106 
    107 .rateButtonSelected {
    108   font-weight:bold;
    109   font-size:120%;
    110 }
    111 
    112 .rateButtonStarFull {
    113         background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
    114 }
    115 
    116 .rateButtonStarEmpty {
    117         background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
    118 }
    119 
    120100#comments {
    121101  text-align: left;
Note: See TracChangeset for help on using the changeset viewer.