From: hadeshyp Date: Wed, 28 Nov 2012 18:13:14 +0000 (+0000) Subject: first padiwa GUI X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f25f1f4eb629894b3273cb7aa8034f48f007dd5d;p=daqtools.git first padiwa GUI --- diff --git a/cts/htdocs/thresh/padiwa.htm b/cts/htdocs/thresh/padiwa.htm index e311309..8235f92 100644 --- a/cts/htdocs/thresh/padiwa.htm +++ b/cts/htdocs/thresh/padiwa.htm @@ -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 += ""+(val); + o += ""+(val); } } } diff --git a/cts/htdocs/thresh/styles.css b/cts/htdocs/thresh/styles.css index da9705d..216d31a 100644 --- a/cts/htdocs/thresh/styles.css +++ b/cts/htdocs/thresh/styles.css @@ -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%; +}