style.css
400 Bytes
.star-container {
width: 100%;
height: 20px;
}
.star-negative, .star-positive {
width: 20px;
height: 20px;
background-repeat: no-repeat;
position: relative;
float: left;
cursor: pointer;
}
.star-negative {;
background-image: url('public/images/star-negative.png');
}
.star-positive {;
background-image: url('public/images/star-positive.png');
}
.star-hide {
display: none;
}