Projet

Général

Profil

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

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

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