Lines 1-9
Link Here
|
1 |
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */ |
1 |
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */ |
2 |
div.rating-cancel,div.star-rating{float:left;width:15px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden} |
2 |
div.rating-cancel,div.star-rating{float:left;width:15px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden} |
3 |
div.rating-cancel,div.rating-cancel a{background:url(../../images/delete.gif) no-repeat 0 -16px} |
3 |
div.rating-cancel,div.rating-cancel a{background:url(../../images/star-ratings-sprite.png) no-repeat 0 -49px} |
4 |
div.star-rating,div.star-rating a{background:url(../../images/star.gif) no-repeat 0 0px} |
4 |
div.star-rating,div.star-rating a{background:url(../../images/star-ratings-sprite.png) no-repeat 0 0px} |
5 |
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0} |
5 |
div.rating-cancel a{display:block;width:16px;height:100%;background-position:0 -49px;border:0} |
|
|
6 |
div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0} |
6 |
div.star-rating-on a{background-position:0 -32px!important} |
7 |
div.star-rating-on a{background-position:0 -32px!important} |
|
|
8 |
div.rating-cancel.star-rating-hover a{background-position:0 -65px} |
7 |
div.star-rating-hover a{background-position:0 -16px} |
9 |
div.star-rating-hover a{background-position:0 -16px} |
8 |
/* Read Only CSS */ |
10 |
/* Read Only CSS */ |
9 |
div.star-rating-readonly a{cursor:default !important} |
11 |
div.star-rating-readonly a{cursor:default !important} |