aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2022-09-09 13:07:27 +0000
committerzsloan2022-09-12 19:40:24 -0500
commit3d88543f4c8923fbcfc2c764082095dab7c8cbf6 (patch)
tree5a2c7ebec466da20d407f1c612a9ddb73f57419e /wqflask
parentfd7f2c07e9ca8ed67667d5ca46e48f469e757773 (diff)
downloadgenenetwork2-3d88543f4c8923fbcfc2c764082095dab7c8cbf6.tar.gz
Move global search button and add glyphicon
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html
index 46112891..d0201bdb 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -137,11 +137,11 @@
<form method="get" action="/gsearch">
<div class="row" style="width: 100%; position: absolute; bottom: 0; top: 30px;">
- <select style="width: 160px; margin-top: 15px; margin-left: 20px;" name="type">
+ <button id="btsearch" class="btn btn-primary" style="margin-left: 20px;"><span class="glyphicon glyphicon-search"></span> Search All</button>
+ <select style="width: 160px; margin-top: 15px; margin-left: 10px;" name="type">
<option value="gene">Genes / Molecules</option>
<option value="phenotype" {% if type=="phenotype" %}selected{% endif %}>Phenotypes</option>
</select>
- <input class="btn btn-primary" style="width: 100px; margin-left: 10px;" type="submit" value="Search All">
<input style="width: 50%; margin-top: 15px; margin-left: 10px;" type="text" name="terms" required>
</div>
</form>