Projet

Général

Profil

Paste
Télécharger (1,06 ko) Statistiques
| Branche: | Révision:

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

1
div.fivestar-widget-static .star,
2
div.fivestar-widget .cancel,
3
div.fivestar-widget .star {
4
  float: right;
5
}
6

    
7
/* Combo Static and Rate Widget */
8
.fivestar-combo-stars .fivestar-static-form-item {
9
  float: right;
10
  margin-left: 40px;
11
  margin-right: 0px;
12
}
13
.fivestar-combo-stars .fivestar-form-item {
14
  float: right; /* RTL */
15
}
16

    
17
/* Static View-only Star Version */
18
div.fivestar-widget-static br {
19
  clear: right;
20
}
21

    
22
div.fivestar-widget-static .star {
23
  float: right;
24
  background-position: right 0;
25
}
26

    
27
div.fivestar-widget-static .star span.on {
28
  background-position: right -32px;
29
}
30

    
31
div.fivestar-widget-static .star span.off {
32
  background-position: right 0;
33
}
34

    
35
/* Javascript Star Version */
36
div.fivestar-widget .cancel,
37
div.fivestar-widget .cancel a {
38
  background-position: right -16px;
39
}
40

    
41
div.fivestar-widget .star,
42
div.fivestar-widget .star a,
43
div.fivestar-widget .cancel a {
44
  background-position: right 0;
45
}
46

    
47
div.fivestar-widget div.on a {
48
  background-position: right -16px;
49
}
50
div.fivestar-widget div.hover a,
51
div.rating div a:hover {
52
  background-position: right -32px;
53
}