about summary refs log tree commit diff
diff options
context:
space:
mode:
authorZachary Sloan2012-09-20 16:34:53 -0500
committerZachary Sloan2012-09-20 16:34:53 -0500
commitcfa479050353787e8bd2501c7a63b46a1f3b8e64 (patch)
tree3ecfb390ad61dd1d5baa7f0f60b44bd62315a553
parent5fb161ed9accc49f3d36671809a017ed21657ed0 (diff)
downloadgenenetwork2-cfa479050353787e8bd2501c7a63b46a1f3b8e64.tar.gz
Put the tables in the trait data/analysis page side by side
-rw-r--r--wqflask/wqflask/templates/trait_data_and_analysis.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/wqflask/wqflask/templates/trait_data_and_analysis.html b/wqflask/wqflask/templates/trait_data_and_analysis.html
index 1f33dee5..4d7ec58e 100644
--- a/wqflask/wqflask/templates/trait_data_and_analysis.html
+++ b/wqflask/wqflask/templates/trait_data_and_analysis.html
@@ -1243,9 +1243,10 @@
                           the <strong>Hide Outliers</strong> button,<br>
                           &nbsp;&nbsp;and samples with no value (x) can be hidden by clicking <strong>Hide No Value</strong> .</span><br>
                         </div><br>
-
+                        
+                        <div style="width:80%;margin:0;padding:0;border:none;">
 						{% for strain_type in (primary_strains, other_strains) %}
-                        <div id="{{ strain_type[0]['this_id'].lower().partition('_')[0] }}">  {# Slightly tortuous, but best way to get the id we need #}
+                        <div id="{{ strain_type[0]['this_id'].lower().partition('_')[0] }}" style="float:left;width:50%;">  {# Slightly tortuous, but best way to get the id we need #}
                           <table class="not_tablesorter"  {# Todo: Turn tablesorter back on #}
 								 id="{{ 'sortable%i' % (loop.index) }}"
 								 cellpadding="0" cellspacing="0">
@@ -1293,10 +1294,8 @@
 
                           </table>
                         </div>
-                        <div>
-                          &nbsp;
-                        </div>
 						{% endfor %}
+                        </div>
                       </div>
                     </td>
                   </tr>