small-rtl.css in Fivestar 8
/* Adjust the background position when using this widget with a RTL language. */
[dir="rtl"] .fivestar-small div.fivestar-widget-static .star span.off,
[dir="rtl"] .fivestar-small div.fivestar-widget-static .star,
[dir="rtl"] .fivestar-small div.fivestar-widget .star,
[dir="rtl"] .fivestar-small div.fivestar-widget .star a,
[dir="rtl"] .fivestar-small div.fivestar-widget .cancel,
[dir="rtl"] .fivestar-small div.fivestar-widget .cancel a {
background-position: right 0;
}
[dir="rtl"] .fivestar-small div.fivestar-widget-static .star span.on {
background-position: right -32px;
}
[dir="rtl"] .fivestar-small div.fivestar-widget div.on a {
background-position: right -16px;
}
[dir="rtl"] .fivestar-small div.fivestar-widget div.hover a,
[dir="rtl"] .fivestar-small div.rating div a:hover {
background-position: right -32px;
}
File
widgets/small/small-rtl.css
View source
- /* Adjust the background position when using this widget with a RTL language. */
- [dir="rtl"] .fivestar-small div.fivestar-widget-static .star span.off,
- [dir="rtl"] .fivestar-small div.fivestar-widget-static .star,
- [dir="rtl"] .fivestar-small div.fivestar-widget .star,
- [dir="rtl"] .fivestar-small div.fivestar-widget .star a,
- [dir="rtl"] .fivestar-small div.fivestar-widget .cancel,
- [dir="rtl"] .fivestar-small div.fivestar-widget .cancel a {
- background-position: right 0;
- }
- [dir="rtl"] .fivestar-small div.fivestar-widget-static .star span.on {
- background-position: right -32px;
- }
- [dir="rtl"] .fivestar-small div.fivestar-widget div.on a {
- background-position: right -16px;
- }
- [dir="rtl"] .fivestar-small div.fivestar-widget div.hover a,
- [dir="rtl"] .fivestar-small div.rating div a:hover {
- background-position: right -32px;
- }