From c87e20ba99dbea2c94b9247e67f36fefd0faf573 Mon Sep 17 00:00:00 2001
From: Ben Coombs <bencoombs@protonmail.com>
Date: Tue, 2 Feb 2021 11:56:39 +1300
Subject: [PATCH] Moved controls to underneath plots

---
 breath_plot.html | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/breath_plot.html b/breath_plot.html
index fb09581..84dd990 100644
--- a/breath_plot.html
+++ b/breath_plot.html
@@ -185,13 +185,7 @@ an interactive or static analysis of a respiration. It&#39;s primary purpose is
           <span class="input-group-text" for="samples_to_plot">Number of Samples (~10s per 15000 samples):</span>
         </div>
         <input type="text" class="form-control" id="samples_to_plot" aria-describedby="samples_to_plot">
-      </div>
-
-      <!-- CONTROL PANEL START -->
-      <div class="container-fluid" id="control-area">
-        <div id="control-slot"><button type="button" class="btn btn-primary">SHOW CONTROLS</button></div>
-      </div>
-      <!-- CONTROL PANEL END -->
+      </div>      
 <div>
   <label for="livetoggle">Plot Live:</label>
 <label class="switch">
@@ -434,6 +428,12 @@ an interactive or static analysis of a respiration. It&#39;s primary purpose is
     </div> <!-- end main area -->
   </div>
 
+  <!-- CONTROL PANEL START -->
+  <div class="container-fluid" id="control-area">
+    <div id="control-slot"><button type="button" class="btn btn-primary">SHOW CONTROLS</button></div>
+  </div>
+  <!-- CONTROL PANEL END -->
+
   <div>
   Parameters:
   <div>
-- 
GitLab