Help with css needed

Hi,

I am not able to get search icon in line with the text input element. Could someone help me, please?

Link to source codes: https://github.com/zumartic/wikipedia-viewer
Link to Demo

-Zumartic-

Since you’re using bootstrap, why not use use input groups?

#searchform input[type="submit"] {
	background:url(icon-search.png) center 11px no-repeat;  // remove 11px
        ...
        ...
	padding-bottom: 5px; // change to 15px
        ...
        ...
	}

Thank you for your help.I removed the bootstrap and finally managed to get pages working properly. Problem was button-field font settings.