Quote:
Originally Posted by squidsk
I couldn't find it so I'll post a fix again.
Go to the download2.css template and find the rule:
Code:
.popupbody .rating {
display:block;
padding:{vb:stylevar popup_padding}px;
padding-{vb:stylevar left}:{vb:math 2 * {vb:stylevar popup_padding} + 75}px;
background:transparent url({vb:stylevar imgdir_rating}/rating-15_0.png) {vb:stylevar right} center no-repeat;
}
And make the change in red on the background line.
|
Thanks a lot.

I found it before you posted this post....
I added some css at the beginning and got messy... so I decided to use firebug to know the div or span details...
Thanks a lot.
That was very useful