Projet

Général

Profil

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

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

1
/* Adjust the background position when using this widget with a RTL langauge. */
2
.fivestar-flames div.fivestar-widget-static .star span.off,
3
.fivestar-flames div.fivestar-widget-static .star,
4
.fivestar-flames div.fivestar-widget .star,
5
.fivestar-flames div.fivestar-widget .star a,
6
.fivestar-flames div.fivestar-widget .cancel,
7
.fivestar-flames div.fivestar-widget .cancel a {
8
  background-position: right 0;
9
}
10
.fivestar-flames div.fivestar-widget-static .star span.on {
11
  background-position: right -26px;
12
}
13
.fivestar-flames div.fivestar-widget div.on a {
14
  background-position: right -26px;
15
}
16
.fivestar-flames div.fivestar-widget div.hover a,
17
.fivestar-flames div.rating div a:hover {
18
  background-position: right -52px;
19
}