Browse Source

changed Missing K35 question

koellenberger 2 years ago
parent
commit
87bcf3e92f
2 changed files with 2 additions and 1 deletions
  1. 1 1
      public/checklist.php
  2. 1 0
      public/style.css

+ 1 - 1
public/checklist.php

@@ -205,7 +205,7 @@
 
         <tr>
           <td><b>K35 Missing Points</b></td>
-          <td>Are there missing K35 values (only mark as bad if there are more than two runs with "K35 Missing Points" > 5)? </td>
+          <td>Are there missing K35 values (only mark as bad if "K35 Missing Points" > 6)? </td>
           <td><label class="switch"><input type="checkbox"  id="MissingK35_checkbox"><span class="slider round"></span></label></td>
           <td style="text-align:center"><input type="text" placeholder ="Comment" id="MissingK35"></td>
         </tr>

+ 1 - 0
public/style.css

@@ -17,6 +17,7 @@ body {
   width:130%;
   padding: 100px 300px 0px 300px;
   margin:  -90px -300px 0px -300px;
+  border-bottom: solid 4px #1F7DE6;
 }
 
 /* Style the links inside the navigation bar */