aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2021-07-01 17:51:32 +0000
committerzsloan2021-07-01 17:51:32 +0000
commitbe51132f68ea92c3917c16f1d2962772e8debe04 (patch)
treef76d786f9b40a1a65dbb7d45d30220e3ef153062
parentc3302c1f44af146ab296110c11e68ab25ddae4df (diff)
downloadgenenetwork2-be51132f68ea92c3917c16f1d2962772e8debe04.tar.gz
Removed width from sample_group div and change table div ID to be distinct when there are both primary and other samplee tables
-rw-r--r--wqflask/wqflask/templates/show_trait_edit_data.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/show_trait_edit_data.html b/wqflask/wqflask/templates/show_trait_edit_data.html
index 5939c953..c5944d3f 100644
--- a/wqflask/wqflask/templates/show_trait_edit_data.html
+++ b/wqflask/wqflask/templates/show_trait_edit_data.html
@@ -53,11 +53,11 @@
</div>
</div>
{% set outer_loop = loop %}
- <div class="sample_group" style="width:{{ trait_table_width }}px;">
+ <div class="sample_group">
<div style="position: relative;">
<div class="inline-div"><h3 style="float: left;">{{ sample_type.header }}<span name="transform_text"></span></h3></div>
</div>
- <div id="table_container">
+ <div id="{{ sample_type.sample_group_type }}_container">
<table class="table-hover table-striped cell-border sample-table" id="samples_{{ sample_type.sample_group_type }}">
<tbody>
<td colspan="100%" align="center"><br><b><font size="15">Loading...</font></b><br></td>