You are here

rate-style.css in Star Rating Form Display 8

.clear,
.field--type-starrating {
  clear: both;
}
.overflow-hidden {
  overflow: hidden;
}

File

css/rate-style.css
View source
  1. .clear,
  2. .field--type-starrating {
  3. clear: both;
  4. }
  5. .overflow-hidden {
  6. overflow: hidden;
  7. }