summaryrefslogtreecommitdiff
path: root/static/search/browser.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/search/browser.html')
-rwxr-xr-xstatic/search/browser.html41
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;">&#x2605;<label> hot shit</label>&#x2605;
- <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">&#x2605;<label> hot shit</label>&#x2605;
+ <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>