style.css 849 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%;
  padding-top: 20px;
  position: relative;
  overflow: auto;
}

.star-profile-information, .star-rate-form {
  display: table-cell;
  padding-right: 15px;
  vertical-align: top;
}

.star-profile-information {
  max-width: 134px;
}

.star-rate-form {
  display: table-cell;
  vertical-align: top;
}

.star-profile-image, .star-profile-name {
  text-align: center;
}

.star-profile-name {
  word-break: break-word;
}