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
- /* 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;
- }