diff options
Diffstat (limited to 'static/search/browser.html')
| -rwxr-xr-x | static/search/browser.html | 41 |
1 files changed, 19 insertions, 22 deletions
diff --git a/static/search/browser.html b/static/search/browser.html index 358a07f..ea499ba 100755 --- a/static/search/browser.html +++ b/static/search/browser.html @@ -13,17 +13,14 @@ </head> <body> -<div id="ish"> -<form onSubmit="searchImages(); return false;" > -<div align="left"> -<div style=" font-size:30; - text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e; -color:#fff; -font-weight:bold;">image search</div> - <tr> - <td colspan="2"><br> - <input name="q" type="text" id="q" onChange="searchImages();" size="10%"> - <input type="submit" name="submit" id="submit" class="msgSubmit"value="Search Images"> + <div id="ish"> + <form onSubmit="searchImages(); return false;" > + <div align="left"> + <div class="browser-heading">image search</div> + <tr> + <td colspan="2"><br> + <input name="q" type="text" id="q" onChange="searchImages();" size="10%"> + <input type="submit" name="submit" id="submit" class="msgSubmit"value="Search Images"> <label> </label> @@ -74,16 +71,16 @@ font-weight:bold;">image search</div> <option value="corbis.com">corbis</option> <option value="made-in-china.com">made in china</option> <option value="0" selected>EVERYWHERE</option> - </select> - </label> - <label> - <input name="showFaces" type="checkbox" onClick="searchImages();"> - Only Faces</label> - <div style="display:none;">★<label> hot shit</label>★ - <input type="radio" name="safeSearch" id="safeSearch2" value="off" onClick="searchImages();"checked> - Always ON</div> - </td> - </tr> + </select> + </label> + <label> + <input name="showFaces" type="checkbox" onClick="searchImages();"> + Only Faces</label> + <div class="is-hidden">★<label> hot shit</label>★ + <input type="radio" name="safeSearch" id="safeSearch2" value="off" onClick="searchImages();"checked> + Always ON</div> + </td> + </tr> @@ -264,4 +261,4 @@ font-weight:bold;">image search</div> } </script> </body> -</html>
\ No newline at end of file +</html> |
