diff options
author | Alexander_Kabui | 2024-03-22 15:32:58 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-03-22 15:32:58 +0300 |
commit | 1d08a7cfa36932cd410af1f74f888c57489e9524 (patch) | |
tree | f5e80a860380ea460bd5b991bfdbc155285c9764 | |
parent | 0ca29e96d8c19ab6974ae8aee97cb045660e8659 (diff) | |
download | genenetwork2-1d08a7cfa36932cd410af1f74f888c57489e9524.tar.gz |
use icon for search history
-rw-r--r-- | gn2/wqflask/templates/base.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index 0009e4d8..b4db91f7 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -226,15 +226,16 @@ <form id="gnqna_search_home" method="POST" action="/gnqna" style="display:none;width: 100%;"> <!--- init gnqa codebase here --> + <button type="button" data-toggle="modal" data-target=".bd-example-modal-lg" style="border:none;text-decoration:underline;outline: none;padding:5px;background-color: #d5d5d5;margin-left: 30px;"> + <i class="fa fa-history fa-2x" aria-hidden="true" title="Search History"></i> + </button> + + <div style="width: 100%; display: flex;justify-content: space-evenly;"> <input id="gnqna_search_home_input" style="width:50vw" type="text" autocomplete="off" required placeholder="Ask More Questions or Topics (E.g Genes) " value='' name="querygnqa"> - - <button type="button" data-toggle="modal" data-target=".bd-example-modal-lg" style="border:none;text-decoration:underline;outline: none;padding:5px;margin-left:25px;background-color: #d5d5d5;"> - GNQA Search History - </button> </div> |