aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristian2016-08-08 17:10:34 +0200
committerchristian2016-08-08 17:10:34 +0200
commit7fb5d75cf17cc7ed9c131f460bef5c331df04a9c (patch)
treeb5cfd0b0c14aab3b1ee7e8d2010e96c10d39a6dc
parent30b1f225934cec2f64a32b22efd3f961e67a8bd8 (diff)
downloadgenenetwork2-7fb5d75cf17cc7ed9c131f460bef5c331df04a9c.tar.gz
Add styling to BD buttons
-rw-r--r--wqflask/wqflask/templates/marker_regression_gn1.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/wqflask/wqflask/templates/marker_regression_gn1.html b/wqflask/wqflask/templates/marker_regression_gn1.html
index efb80494..9adf3251 100644
--- a/wqflask/wqflask/templates/marker_regression_gn1.html
+++ b/wqflask/wqflask/templates/marker_regression_gn1.html
@@ -161,17 +161,17 @@
{% if mapping_method != "gemma" %}
<div class="tab-pane {% if mapping_method == "gemma" %}active{% endif %}" id="vector_map">
<div id="chart_container">
- <div id="return_to_full_view" style="display:none">
- Return to full view
- </div>
-
- <div id="open_bd" style="display:none">
- Open BioDalliance view
- </div>
-
- <div id="close_bd" style="display:none">
- Return to vector map
- </div>
+ <ul class="nav nav-tabs">
+ <li id="return_to_full_view" class="btn btn-default buttons-html5" style="display:none">
+ Return to full view
+ </li>
+ <li id="open_bd" class="btn btn-default buttons-html5" style="display:none">
+ Open BioDalliance view
+ </li>
+ <li id="close_bd" class="btn btn-default buttons-html5" style="display:none">
+ Return to vector map
+ </li>
+ </ul>
<div class="qtlcharts" id="topchart"></div>