Stars stacking
Fusion_Sushi - February 6, 2006 - 05:21
| Project: | Review |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
My stars are being stacked vertically and look really funny... they should be horizontal, right? how can I cahnge that?

#1
they should be horizontal. my guess is that you've got some CSS that's affecting it. do you have a URL that i could take a look at to get an idea of what's going wrong?
#2
yes the solution was to define rateimage in the css. here is what I used:
.rateimage {
background: #fff right center no-repeat;
padding: 0px 0 0px 0px;
margin: 0 0 0 0;
display: inline;
}