diff options
author | zsloan | 2022-01-18 22:28:24 +0000 |
---|---|---|
committer | zsloan | 2022-01-27 13:45:09 -0600 |
commit | da49ee44334723358957dab3d1393a98ea9d7f51 (patch) | |
tree | 85ef14ea9c6fbaf5e4cde9fa82c0940be5473fec | |
parent | 03c0557192242d28a35e0f9f1c20510cf457d985 (diff) | |
download | genenetwork2-da49ee44334723358957dab3d1393a98ea9d7f51.tar.gz |
Increased the width of the location columns a bit, since they were being pushed onto a second line in some browsers (specifically Robs, but couldn't reproduce in mine, so I just changed it to something that should work for him)
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 065d9049..63e06237 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -232,7 +232,7 @@ { 'title': "<div style='text-align: right;'>Location</div>", 'type': "natural-minus-na", - 'width': "125px", + 'width': "130px", 'targets': 5, 'data': "location" }, @@ -255,7 +255,7 @@ { 'title': "<div style='text-align: right;'>Peak Location</div>", 'type': "natural-minus-na", - 'width': "125px", + 'width': "130px", 'targets': 8, 'data': "lrs_location" }, @@ -349,7 +349,7 @@ { 'title': "<div style='text-align: right;'>Peak Location</div>", 'type': "natural-minus-na", - 'width': "120px", + 'width': "125px", 'targets': 8, 'data': "lrs_location" }, @@ -374,7 +374,7 @@ { 'title': "<div style='text-align: right;'>Location</div>", 'type': "natural-minus-na", - 'width': "120px", + 'width': "125px", 'targets': 2, 'data': "location" }{% endif %} |