minimal-rtl.css in Fivestar 7.2
/* Adjust the background position when using this widget with a RTL langauge. */
.fivestar-minimal div.fivestar-widget-static .star span.on {
background-position: right -32px;
}
.fivestar-minimal div.fivestar-widget div.on a {
background-position: right -16px;
}
.fivestar-minimal div.fivestar-widget div.hover a,
.fivestar-minimal div.rating div a:hover {
background-position: right -32px;
}
File
widgets/minimal/minimal-rtl.css
View source
- /* Adjust the background position when using this widget with a RTL langauge. */
- .fivestar-minimal div.fivestar-widget-static .star span.on {
- background-position: right -32px;
- }
- .fivestar-minimal div.fivestar-widget div.on a {
- background-position: right -16px;
- }
- .fivestar-minimal div.fivestar-widget div.hover a,
- .fivestar-minimal div.rating div a:hover {
- background-position: right -32px;
- }