Quote:
Originally Posted by stevieb
Also, on the code we just edited, when you search new posts/todays posts the forum name at the end overlaps the tick box - is it possible to drop the text a few pixels to avoid that happening?
In firebug it suggests if I edit .threadbit .threadimod input and give it a top:-10px; it lifts the tick box a bit....
Is that best way to fix it do you think?
|
I just added this to the bottom of the additionalcss code you provided:
Code:
.threadbit .threadimod input {
top: -10px;
}
Tick boxes are now perfectly aligned