You are here

small-rtl.css in Fivestar 7.2

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

File

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