about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 f5d41d6d..15a9ffab 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -79,7 +79,7 @@
                             </a>
                         </li>
                         <li class="">
-                            <a href="/repositories" class="dropdow-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Open Source Code <span class="caret"></a>
+                            <a href="/repositories" class="dropdow-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Source Code <span class="caret"></a>
                             <ul class="dropdown-menu">
                               <li><a href="https://github.com/genenetwork/genenetwork2">GN2 Source Code</a></li>
                               <li><a href="https://github.com/genenetwork/genenetwork">GN1 Source Code</a></li>
@@ -108,7 +108,7 @@
 
         <form method="get" action="/gsearch">
             <div class="row" style="width: 100%; position: absolute; bottom: 0; top: 30px;">
-                <select style="width: 150px; margin-top: 15px; margin-left: 20px;" name="type">
+                <select style="width: 160px; margin-top: 15px; margin-left: 20px;" name="type">
                     <option value="gene">Genes / Molecules</option>
                     <option value="phenotype" {% if type=="phenotype" %}selected{% endif %}>Phenotypes</option>
                 </select>