diff options
author | zsloan | 2022-01-19 20:10:17 +0000 |
---|---|---|
committer | zsloan | 2022-01-27 13:45:09 -0600 |
commit | 8f6248c71d04bf111d1cc38a398ea331f48d4fae (patch) | |
tree | 91058a3222555f4a4e40d6f6277f27904b8fa7fd /wqflask | |
parent | 7a8bfd0d99801e07c18dd5f9606e069b7643df89 (diff) | |
download | genenetwork2-8f6248c71d04bf111d1cc38a398ea331f48d4fae.tar.gz |
Moved the Show/Hide Columns text before the column buttons to save vertical space
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 054c1a98..a7d72807 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -105,7 +105,7 @@ </form> {% if dataset.type != 'Geno' %} <div class="show-hide-container"> - <b>Show/Hide Columns:</b> + <b>Show/Hide Columns: </b> <br> {% if dataset.type == 'ProbeSet' %} <button class="toggle-vis" data-column="3">Symbol</button> |