Projet

Général

Profil

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

root / htmltest / sites / all / modules / fivestar / widgets / craft / craft-rtl.css @ dc45a079

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