diff options
-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> |