]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
first padiwa GUI
authorhadeshyp <hadeshyp>
Wed, 28 Nov 2012 18:13:14 +0000 (18:13 +0000)
committerhadeshyp <hadeshyp>
Wed, 28 Nov 2012 18:13:14 +0000 (18:13 +0000)
cts/htdocs/thresh/padiwa.htm
cts/htdocs/thresh/styles.css

index e31130925897ca249147c82ad6e4bef9262b72a7..8235f92838ffc68a49c4508c90cc8b912a614125 100644 (file)
@@ -65,7 +65,7 @@ function update(data) {
         }
       else if(option == "id") {
         val = c[j][(i-1)*4+4]+c[j][(i-1)*4+3]+c[j][(i-1)*4+2]+c[j][(i-1)*4+1];
-        o += "<td>"+(val);
+        o += "<td class=\"fixed\">"+(val);
         }
       }
     }
index da9705da49ef687178c4b1d58716f584208ec828..216d31af459372864fd69f0571cbd870df3fb428 100644 (file)
@@ -138,4 +138,9 @@ input {
 
 #form_rate, #form_rate2, #form_min, #form_max {
 width: 89px;
-}
\ No newline at end of file
+}
+
+.fixed {
+  font-family:monospace;
+  font-size:85%;
+}