diff options
-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 %} |