You are here

flames-rtl.css in Fivestar 5

/* Adjust the background position when using this widget with a RTL langauge. */
div.fivestar-widget-static .star span.off,
div.fivestar-widget-static .star,
div.fivestar-widget .star, div.fivestar-widget .star a,
div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
  background-position: right 0;
}
div.fivestar-widget-static .star span.on {
  background-position: right -26px;
}
div.fivestar-widget div.on a {
  background-position: right -26px;
}
div.fivestar-widget div.hover a, 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. div.fivestar-widget-static .star span.off,
  3. div.fivestar-widget-static .star,
  4. div.fivestar-widget .star, div.fivestar-widget .star a,
  5. div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
  6. background-position: right 0;
  7. }
  8. div.fivestar-widget-static .star span.on {
  9. background-position: right -26px;
  10. }
  11. div.fivestar-widget div.on a {
  12. background-position: right -26px;
  13. }
  14. div.fivestar-widget div.hover a, div.rating div a:hover {
  15. background-position: right -52px;
  16. }