Find and cut this:
Quote
{parse template="quickSearch" group="global" params=""}
Paste it right BELOW this:
Quote
<li id='nav_explore' class='right'>
<a href='{parse url="app=core&module=search&do=viewNewContent&search_app=<if test="viewnewcontentapp:|:$this->registry->getCurrentApplication() != 'core' AND IPSLib::appIsSearchable( $this->registry->getCurrentApplication() )">{$this->registry->getCurrentApplication()}<else />forums</if>" base="public"}' accesskey='2'>{$this->lang->words['view_new_posts']}</a>
</li>
<a href='{parse url="app=core&module=search&do=viewNewContent&search_app=<if test="viewnewcontentapp:|:$this->registry->getCurrentApplication() != 'core' AND IPSLib::appIsSearchable( $this->registry->getCurrentApplication() )">{$this->registry->getCurrentApplication()}<else />forums</if>" base="public"}' accesskey='2'>{$this->lang->words['view_new_posts']}</a>
</li>
Now in ipb_styles.css remove following section:
Quote
#search {
margin: 20px 0;
}
margin: 20px 0;
}
Finally change "background" value here (new value in red):
#adv_search {
background: url("http://www.smartestcomputing.us.com/public/style_images/master/advanced_search.png") no-repeat scroll 0 0 transparent !important;
display: inline-block;
height: 16px;
margin: 4px 0 4px 4px;
text-indent: -3000em;
width: 16px;
}
Final look:














