1
|
div.fivestar-widget-static .star,
|
2
|
div.fivestar-widget .cancel,
|
3
|
div.fivestar-widget .star {
|
4
|
float: right;
|
5
|
}
|
6
|
|
7
|
|
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;
|
15
|
}
|
16
|
|
17
|
|
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
|
|
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, div.rating div a:hover {
|
51
|
background-position: right -32px;
|
52
|
}
|