From 3753780ce8b31fdf86300b503ee2caf29cacdbb3 Mon Sep 17 00:00:00 2001
From: Daniel Brown <ddb@star.sr.bham.ac.uk>
Date: Sun, 18 Aug 2013 19:32:18 +0100
Subject: [PATCH] changing page layout

---
 pykat/testing/web/templates/finesse_test.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pykat/testing/web/templates/finesse_test.html b/pykat/testing/web/templates/finesse_test.html
index 8efb6e6..a9a2bd0 100644
--- a/pykat/testing/web/templates/finesse_test.html
+++ b/pykat/testing/web/templates/finesse_test.html
@@ -70,9 +70,6 @@
                     <p id="gitDescriptionTxt">[Select item to see commit message]</p>
                 </div>
                 <br style="clear:both;" />
-                <input type="checkbox" id="chkNoBuild" />Use previously built kat (Will built if it can't find any previous kats of the requested version)<br>
-                <input type="button" value="Refresh branches and logs" id="btnGetLogs"/>
-                <input type="button" value="Start new FINESSSE test" id="btnStartTest"/>
                 
                 <section class="container">
                     <div>
@@ -90,6 +87,10 @@
                         </select>
                     </div>
                 </section>
+                
+                <input type="checkbox" id="chkNoBuild" />Use previously built kat (Will built if it can't find any previous kats of the requested version)<br>
+                <input type="button" value="Refresh branches and logs" id="btnGetLogs"/>
+                <input type="button" value="Start new FINESSSE test" id="btnStartTest"/>
             </div>
             
             <div class="prev_test">
-- 
GitLab