app/site-content/css/jquery.rating.css
changeset 39 e7880a8f7e04
parent 29 425626c7f63e
equal deleted inserted replaced
38:3cb38edbe05f 39:e7880a8f7e04
    54 div.star-rating{
    54 div.star-rating{
    55 	background:transparent!important;
    55 	background:transparent!important;
    56 	overflow:hidden!important
    56 	overflow:hidden!important
    57 }
    57 }
    58 /* 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 }