diff --git a/pykat/testing/web/templates/finesse_test.html b/pykat/testing/web/templates/finesse_test.html index bd251f02068290d091b5c1c18a4605733341496d..6d987e793fa41b4fabc76cd4ec11a087e1c662de 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"/>