Additional style adjustments to configure
authorBrian Flowers <git-admn@bsflowers.net>
Thu, 22 Sep 2016 17:23:45 +0000 (13:23 -0400)
committerBrian Flowers <git-admn@bsflowers.net>
Thu, 22 Sep 2016 17:23:45 +0000 (13:23 -0400)
configure.php

index 3599af7..3481adc 100755 (executable)
     {
       width:        3em;    
     }
+        
+    tr
+    {
+      text-align:   center;
+    }
+        
+    th
+    {
+      padding-top:  2em;
+    }
     </STYLE>
   </HEAD>
   <BODY>
@@ -69,7 +79,7 @@ while($host = $result->fetchArray(SQLITE3_ASSOC))
 foreach ($hosts as $host)
 {
     echo "      <tr><th>$host</th>";
-    echo "<td><input type='submit' value='Update host' /></td></tr>";
+    echo "<th><input type='submit' value='Update host' /></th></tr>";
     $result = $db_handle->query("SELECT DISTINCT attribute FROM MEASUREMENTS WHERE host='$host'");
     $attributes = Array();
     while($attribute = $result->fetchArray(SQLITE3_ASSOC))