You are here

fivestar.css in Rate 7

Same filename and directory in other branches
  1. 6.2 templates/fivestar/fivestar.css
.rate-widget-fivestar ul {
  list-style: none;
  overflow: hidden;
}
.rate-widget-fivestar .item-list ul li {
  background-image: none;
  padding: 0;
  margin: 0;
}
.rate-widget-fivestar ul li {
  float: left;
  list-style: none;
}
.rate-widget-fivestar ul li a {
  display: block;
  float: left;
}
.rate-fivestar-btn-filled {
  display: inline-block;
  background: url(fivestar.png) no-repeat 0 -16px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
.rate-user .rate-fivestar-btn-filled {
  background: url(fivestar.png) no-repeat 0 0;
}
.rate-fivestar-btn-empty {
  display: inline-block;
  background: url(fivestar.png) no-repeat 0 -32px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

File

templates/fivestar/fivestar.css
View source
  1. .rate-widget-fivestar ul {
  2. list-style: none;
  3. overflow: hidden;
  4. }
  5. .rate-widget-fivestar .item-list ul li {
  6. background-image: none;
  7. padding: 0;
  8. margin: 0;
  9. }
  10. .rate-widget-fivestar ul li {
  11. float: left;
  12. list-style: none;
  13. }
  14. .rate-widget-fivestar ul li a {
  15. display: block;
  16. float: left;
  17. }
  18. .rate-fivestar-btn-filled {
  19. display: inline-block;
  20. background: url(fivestar.png) no-repeat 0 -16px;
  21. width: 16px;
  22. height: 16px;
  23. text-indent: -9999px;
  24. }
  25. .rate-user .rate-fivestar-btn-filled {
  26. background: url(fivestar.png) no-repeat 0 0;
  27. }
  28. .rate-fivestar-btn-empty {
  29. display: inline-block;
  30. background: url(fivestar.png) no-repeat 0 -32px;
  31. width: 16px;
  32. height: 16px;
  33. text-indent: -9999px;
  34. }