fivestar-rtl.css
1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
div.fivestar-widget-static .star,
div.fivestar-widget .cancel,
div.fivestar-widget .star {
float: right;
}
/* Combo Static and Rate Widget */
.fivestar-combo-stars .fivestar-static-form-item {
float: right;
margin-left: 40px;
margin-right: 0px;
}
.fivestar-combo-stars .fivestar-form-item {
float: right; /* RTL */
}
/* Static View-only Star Version */
div.fivestar-widget-static br {
clear: right;
}
div.fivestar-widget-static .star {
float: right;
background-position: right 0;
}
div.fivestar-widget-static .star span.on {
background-position: right -32px;
}
div.fivestar-widget-static .star span.off {
background-position: right 0;
}
/* Javascript Star Version */
div.fivestar-widget .cancel,
div.fivestar-widget .cancel a {
background-position: right -16px;
}
div.fivestar-widget .star,
div.fivestar-widget .star a,
div.fivestar-widget .cancel a {
background-position: right 0;
}
div.fivestar-widget div.on a {
background-position: right -16px;
}
div.fivestar-widget div.hover a, div.rating div a:hover {
background-position: right -32px;
}