Tagged: gap, magnifying glass, search box
Hey folks, a developer friend of mine noticed and fixed a gap in the display of the magnifying glass in the sidebar and the pop-up search utility. Here’s what the gap looks like:
Here’s what it looks like fixed:
And here is the custom CSS used:
#top #s {
width:100%;position:
relative;padding: 8px 47px 11px 5px;
z-index: 1;
margin:0;
box-shadow: none;
}
Is that fix the best way to do it? Would Kriesi (or moderators) have any suggestions on improving it?
Thanks,
Andy
This is the CSS I always use… it’s a bit simpler but works the same:
#top #searchsubmit {
height: 100%;
}
Well gee thanks guys, I had never noticed that “annoying gap” before but now I can’t stop looking at it!
:)