You are here

flames-rtl.css in Fivestar 7.2

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

File

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