Quote:
Originally Posted by s810car
What I find works instead of using this part of the code, which can cause anyone with images after the login form (so anywhere in the page) is to alter the vbulletin-chrome.css template
After:
Code:
.toplinks form input.default-value {
color: {vb:stylevar toplinks_form_input};
}
Add:
Code:
.toplinks form img {
position:relative;
top: 3px;
}
This is probably due to the4.0.1 update that the change needs to be there.
|
Certainly works, thank you. Icons are now centered