<em>@andrewwinkler 363949 wrote:</em><blockquote>Instead of the formatted version as shown on the demo site (green entry field, image search button), the search module is displayed unformatted. It looks like the CSS information for the search module is missing.</blockquote>
You can fix the problem on this way
Open templates/ja_university/themes/teal/css/template.css file
from
#ja-search .button {
background: url(../images/icon-search.png) no-repeat center center #2e9498
border-color: #2e9498
color: #b3dfe1
}
change to
#ja-search .button {
background: url(../images/icon-search.png) no-repeat center center #2e9498
border-color: #2e9498
color: #b3dfe1
width: 14px;
height: 14px;
}