Projet

Général

Profil

Paste
Télécharger (391 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / fivestar / widgets / basic / basic-rtl.css @ d50a36e0

1
/* Adjust the background position when using this widget with a RTL langauge. */
2
.fivestar-basic div.fivestar-widget-static .star span.on {
3
  background-position: right -32px;
4
}
5
.fivestar-basic div.fivestar-widget div.on a {
6
  background-position: right -16px;
7
}
8
.fivestar-basic div.fivestar-widget div.hover a,
9
.fivestar-basic div.rating div a:hover {
10
  background-position: right -32px;
11
}