style.css 604 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;
}

.star-rate-data {
  width: 100%;
  position: relative;
  overflow: auto;
}

.star-profile-information, .star-rate-form {
  position: relative;
  float: left;
}

.star-rate-form {
  margin-left: 15px;
}