Merge branch 'bootstrap-opac'
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / jquery.rating.css
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}
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-ratings-sprite.png) no-repeat 0 0px}
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}
7 div.star-rating-on a{background-position:0 -32px!important}
8 div.rating-cancel.star-rating-hover a{background-position:0 -65px}
9 div.star-rating-hover a{background-position:0 -16px}
10 /* Read Only CSS */
11 div.star-rating-readonly a{cursor:default !important}
12 /* Partial Star CSS */
13 div.star-rating{background:transparent!important;overflow:hidden!important}
14 /* END jQuery.Rating Plugin CSS */