search box style

This commit is contained in:
Luke Pulverenti 2013-04-26 10:36:27 -04:00
parent cba380b0e5
commit fa6759085b
4 changed files with 62 additions and 22 deletions

View file

@ -744,7 +744,11 @@ var Dashboard = {
var html = '<div class="headerSearch"><form id="searchForm" name="searchForm">';
html += '<input type="text" />';
html += '<input class="txtSearch" type="text" />';
html += '<button class="btnSearch" type="submit">';
html += '<img src="css/images/searchbutton.png" />';
html += '</button>';
html += '</form></div>';