app/site-content/css/jquery.rating.css
changeset 29 425626c7f63e
parent 28 be65e84e7d03
child 39 e7880a8f7e04
equal deleted inserted replaced
28:be65e84e7d03 29:425626c7f63e
     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:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
     2 div.rating-cancel {
     3 div.rating-cancel,div.rating-cancel a{background:url(/site-content/images/delete.gif) no-repeat 0 -16px}
     3 	float:left;
     4 div.star-rating,div.star-rating a{background:url(/site-content/images/star.gif) no-repeat 0 0px}
     4 	width:17px;
     5 div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
     5 	height:15px;
     6 div.star-rating-on a{background-position:0 -16px!important}
     6 	margin-left: 3%;
     7 div.star-rating-hover a{background-position:0 -32px}
     7 	text-indent:-999em;
       
     8 	cursor:pointer;
       
     9 	display:block;
       
    10 	background:transparent;
       
    11 	overflow:hidden;
       
    12 }
       
    13 
       
    14 div.star-rating {
       
    15   float:left;
       
    16   width:17px;
       
    17   height:15px;
       
    18   text-indent:-999em;
       
    19   cursor:pointer;
       
    20   display:block;
       
    21   background:transparent;
       
    22   overflow:hidden;
       
    23 }
       
    24 
       
    25 div.rating-cancel,div.rating-cancel a {
       
    26 	background:url(/site-content/images/delete.gif) no-repeat 0 -16px
       
    27 }
       
    28 
       
    29 div.star-rating,div.star-rating a {
       
    30 	background:url(/site-content/images/star.gif) no-repeat 0 0px
       
    31 }
       
    32 
       
    33 div.rating-cancel a,div.star-rating a {
       
    34 	display:block;
       
    35 	width:16px;
       
    36 	height:100%;
       
    37 	background-position:0 0px;
       
    38 	border:0
       
    39 }
       
    40 
       
    41 div.star-rating-on a {
       
    42 	background-position:0 -16px!important
       
    43 }
       
    44 
       
    45 div.star-rating-hover a {
       
    46 	background-position:0 -32px
       
    47 }
       
    48 
     8 /* Read Only CSS */
    49 /* Read Only CSS */
     9 div.star-rating-readonly a{cursor:default !important}
    50 div.star-rating-readonly a{
       
    51 	cursor:default !important
       
    52 }
    10 /* Partial Star CSS */
    53 /* Partial Star CSS */
    11 div.star-rating{background:transparent!important;overflow:hidden!important}
    54 div.star-rating{
       
    55 	background:transparent!important;
       
    56 	overflow:hidden!important
       
    57 }
    12 /* END jQuery.Rating Plugin CSS */
    58 /* END jQuery.Rating Plugin CSS */
       
    59 
       
    60 label {
       
    61   float: left;
       
    62   width: 40%;
       
    63   position: relative;
       
    64   top: -5px;
       
    65   font-weight:bold;
       
    66   margin:5px 0;
       
    67   margin-right: 1em;  
       
    68   text-align: right; 
       
    69 }