blob: 1609ee058a6035caa3aac8733b3dc6ba03a30534 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.TRatingList_default tr
{
display: none;
}
.TRatingList_default
{
width: 120px;
height: 20px;
background-image: url(10star_white.gif);
background-position: -0px -4px;
background-repeat: no-repeat;
margin: 4px;
cursor: pointer;
}
.TRatingList_default caption
{
padding-left: 4px;
text-align: left;
}
|