Index: trunk/FACT++/www/schedule/index.html
===================================================================
--- trunk/FACT++/www/schedule/index.html	(revision 17707)
+++ trunk/FACT++/www/schedule/index.html	(revision 17708)
@@ -68,8 +68,8 @@
          <table width="100%" id="TableHolder" >
 	    <tr>
-	       <td style="border:1px solid white; color:palegreen; font-size:14px; font-weight:bold;" align="center"><div id="time"></div></td>
-	       <td style="border:1px solid white; color:palegreen; font-size:14px;" align="center">Measurement</td>
-               <td style="border:1px solid white; color:palegreen; font-size:14px;" align="center">Source</td>
-	       <td style="border:1px solid white; color:palegreen; font-size:14px;" align="center">Value</td>
+	       <td style="border:1px solid white; color:palegreen; font-size:14px; text-align:center; width:1%; font-weight:bold;" align="center"><div id="time"></div></td>
+	       <td style="border:1px solid white; color:palegreen; font-size:14px; text-align:center; width:1%;">Measurement</td>
+               <td style="border:1px solid white; color:palegreen; font-size:14px; text-align:center; width:1%;">Source</td>
+	       <td style="border:1px solid white; color:palegreen; font-size:14px; text-align:center; ">Value</td>
 	    </tr>
 	 </table>
Index: trunk/FACT++/www/schedule/index.js
===================================================================
--- trunk/FACT++/www/schedule/index.js	(revision 17707)
+++ trunk/FACT++/www/schedule/index.js	(revision 17708)
@@ -117,5 +117,5 @@
 
     var td1 = document.createElement("td");
-    td1.setAttribute("style","white-space:nowrap");
+    td1.setAttribute("style","white-space:nowrap;padding-left:4px;padding-right:2px;");
     td1.setAttribute("align","center");
     td1.appendChild(input1t);
@@ -215,5 +215,5 @@
 
     var td2 = document.createElement("td");
-    td1.setAttribute("style","white-space:nowrap");
+    td2.setAttribute("style","white-space:nowrap;padding-left:2px;padding-right:2px;");
     td2.setAttribute("align","center");
     td2.appendChild(select2);
@@ -292,5 +292,5 @@
 
     var td3 = document.createElement("td");
-    td3.setAttribute("style","white-space:nowrap");
+    td3.setAttribute("style","white-space:nowrap;padding-left:2px;padding-right:2px;");
     td3.setAttribute("align","center");
     td3.appendChild(select3);
@@ -302,6 +302,5 @@
     var input4 = document.createElement("input");
     input4.setAttribute("type","text");
-    input4.setAttribute("class","selected");
-    input4.setAttribute("size","63%");
+    input4.setAttribute("style","width:100%");
     input4.setAttribute("placeholder","JSON object");
     if (row.fData)
@@ -311,5 +310,5 @@
 
     var td4 = document.createElement("td");
-    //td4.setAttribute("width","50%");
+    td4.setAttribute("style", "padding-left:2px;padding-right:4px;");
     td4.setAttribute("align","center");
     td4.appendChild(input4);
