Changeset 35272 for _plugins_/notation
- Timestamp:
- 02/17/10 13:30:26 (5 months ago)
- Location:
- _plugins_/notation/css
- Files:
-
- 2 modified
-
jquery.rating.css (modified) (1 diff)
-
notation.v2.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/notation/css/jquery.rating.css
r27470 r35272 1 1 /* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */ 2 2 div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden} 3 div.rating-cancel,div.rating-cancel a{background:url('delete.gif') no-repeat 0 -16px}4 3 div.star-rating,div.star-rating a{background:url('../img_pack/star.png') no-repeat 0 0px} 5 4 div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0} -
_plugins_/notation/css/notation.v2.css
r32428 r35272 12 12 /* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */ 13 13 div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden} 14 div.rating-cancel,div.rating-cancel a{background:url('delete.gif') no-repeat 0 -16px}15 14 div.star-rating,div.star-rating a{background:url('../img_pack/star.png') no-repeat 0 0px} 16 15 div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
