diff options
author | zsloan | 2022-01-19 21:20:19 +0000 |
---|---|---|
committer | zsloan | 2022-01-27 13:45:09 -0600 |
commit | 65ebd0ae48d77120569fb830b593c16f52a15cca (patch) | |
tree | 700d98edda807b57bdf1cb91a2b0524bb2816355 | |
parent | 90103e1847256c8123cdb309b0acfa5e116751e4 (diff) | |
download | genenetwork2-65ebd0ae48d77120569fb830b593c16f52a15cca.tar.gz |
Moved the Show/Hide Columns text onto the same line as the buttons, to save a little vertical space
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 62c0164b..419f9512 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -105,8 +105,7 @@ </form> {% if dataset.type != 'Geno' %} <div class="show-hide-container"> - <b>Show/Hide Columns: </b> - <br> + <b>Show/Hide Columns: </b> {% if dataset.type == 'ProbeSet' %} <button class="toggle-vis" data-column="3">Symbol</button> <button class="toggle-vis" data-column="4">Description</button> |