You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
341 B
CSS
19 lines
341 B
CSS
.webwidget_rating_simple{
|
|
padding: 0px;
|
|
margin: 0px;
|
|
float: left;
|
|
}
|
|
.webwidget_rating_simple li{
|
|
line-height: 0px;
|
|
width: 15px;
|
|
height: 15px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
margin-right: 10px;
|
|
list-style: none;
|
|
float: left;
|
|
cursor: pointer;
|
|
}
|
|
.webwidget_rating_simple li span{
|
|
display: none;
|
|
} |