You are here

craft-rtl.css in Fivestar 7.2

/* Adjust the background position when using this widget with a RTL langauge. */
.fivestar-craft div.fivestar-widget .star,
.fivestar-craft div.fivestar-widget .star a,
.fivestar-craft div.fivestar-widget-static .star,
.fivestar-craft div.fivestar-widget-static .star span.on {
  background-position: right -62px;
}
.fivestar-craft div.fivestar-widget-static .star span.off {
  background-position: right -62px;
}
.fivestar-craft div.fivestar-widget-static .star span.on {
  background-position: right 0;
}
.fivestar-craft div.fivestar-widget div.on a {
  background-position: right 0;
}
.fivestar-craft div.fivestar-widget div.hover a,
.fivestar-craft div.rating div a:hover {
  background-position: right -31px;
}

File

widgets/craft/craft-rtl.css
View source
  1. /* Adjust the background position when using this widget with a RTL langauge. */
  2. .fivestar-craft div.fivestar-widget .star,
  3. .fivestar-craft div.fivestar-widget .star a,
  4. .fivestar-craft div.fivestar-widget-static .star,
  5. .fivestar-craft div.fivestar-widget-static .star span.on {
  6. background-position: right -62px;
  7. }
  8. .fivestar-craft div.fivestar-widget-static .star span.off {
  9. background-position: right -62px;
  10. }
  11. .fivestar-craft div.fivestar-widget-static .star span.on {
  12. background-position: right 0;
  13. }
  14. .fivestar-craft div.fivestar-widget div.on a {
  15. background-position: right 0;
  16. }
  17. .fivestar-craft div.fivestar-widget div.hover a,
  18. .fivestar-craft div.rating div a:hover {
  19. background-position: right -31px;
  20. }