diff options
-rw-r--r-- | wqflask/wqflask/templates/base.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 8c29995d..e8690184 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -50,6 +50,7 @@ } + .btn-stc { padding:9px 8px; @@ -197,6 +198,13 @@ </div> </div> <div class="container-fluid" style="width: 100%; min-width: 650px; position: relative;background-color: #d5d5d5; height: 100px;"> + <form id="gnqna_search_home" style="display:none;width: 100%;"> + + <div > + <input id="gggma" style="width:45vw" type="text" autocomplete="off" +required placeholder="Ask More Questions or Topics (E.g Genes) " value='' name="quedrygnqa"> + </div> + </form> <form method="get" action="/gsearch" id="globalsearchform"> <div class="form-group"> <div class="controls"> @@ -214,6 +222,10 @@ <!-- todo fix text overlap for this;;responsiveness--> + <span style="padding: 5px;margin-left: 65px;" id="gnqna_home"> + <a href="/gnqna">GNQNA Search</a> + </span> + <span style="padding: 5px;margin-left: 65px;" > <a style="text-decoration: none" target="_blank" href="https://issues.genenetwork.org/topics/xapian/xapian-search"> <i style="text-align: center;color:#336699;;" class="fa fa-question-circle fa-2x" title="see more search hints" aria-hidden="true"></i> @@ -224,6 +236,7 @@ </div> </div> </form> + </div> {% block content %} {% endblock %} |