Projet

Général

Profil

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

root / drupal7 / sites / all / modules / fivestar / widgets / hearts / hearts-rtl.css @ ebcc4118

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