From e7c6dfed9f1ec170bc5e92ceaaf31b5f3dc4caa6 Mon Sep 17 00:00:00 2001 From: Daniel Brown <ddb@star.sr.bham.ac.uk> Date: Sun, 18 Aug 2013 19:42:33 +0100 Subject: [PATCH] more webpage changes --- pykat/testing/web/templates/finesse_test.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pykat/testing/web/templates/finesse_test.html b/pykat/testing/web/templates/finesse_test.html index bd251f0..6d987e7 100644 --- a/pykat/testing/web/templates/finesse_test.html +++ b/pykat/testing/web/templates/finesse_test.html @@ -69,7 +69,8 @@ <h4 style="padding:0px; margin:0px;" id="gitDescriptionHdr">Git log description</h4> <p id="gitDescriptionTxt">[Select item to see commit message]</p> </div> - <section class="container" style="clear:both;"> + <div style="clear:both;"> </div> + <section class="container" > <div> <div>Files to run</div> <select id="leftValues" size="12" multiple></select> @@ -85,7 +86,7 @@ </select> </div> </section> - <br style="clear:both;"/> + <div style="clear:both;"> </div> <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"/> -- GitLab