From 258afa157e15c4f041a899e700fc25e941049e61 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Thu, 10 Jan 2013 16:17:45 -0600 Subject: The plots now correctly appear above/below each other. Committing before trying to combine all the manhattan plot segments --- .../wqflask/static/new/css/marker_regression.css | 24 ++++++++++++++++------ wqflask/wqflask/templates/marker_regression.html | 12 +++++------ 2 files changed, 24 insertions(+), 12 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/static/new/css/marker_regression.css b/wqflask/wqflask/static/new/css/marker_regression.css index a0bdc159..7bfb10fb 100644 --- a/wqflask/wqflask/static/new/css/marker_regression.css +++ b/wqflask/wqflask/static/new/css/marker_regression.css @@ -1,7 +1,19 @@ -.manhattan_plot_segment -{ - height:400px; - width:150px; - float: right; +.manhattan_plot_segment { + position:relative; + display:inline; + height: 400px; + width: 150px; + float: left; clear: none; -} \ No newline at end of file +} + +.manhattan_plots { + clear: both; +} + +.permutation_histogram { + display: block; + height: 400px; + width: 900px; + clear: both; +} diff --git a/wqflask/wqflask/templates/marker_regression.html b/wqflask/wqflask/templates/marker_regression.html index b052d4a3..aeb05132 100644 --- a/wqflask/wqflask/templates/marker_regression.html +++ b/wqflask/wqflask/templates/marker_regression.html @@ -14,18 +14,18 @@

- - -
- -
+ +
+
+
+
{% endblock %} -{% block js %} +{% block js %} -- cgit v1.2.3