From 269edf5b0fb7c71a1452ef48884af8d932b05ed3 Mon Sep 17 00:00:00 2001 From: Cahit Ugur Date: Fri, 1 Aug 2014 15:18:30 +0200 Subject: [PATCH] enable checkboxes and hit numbers brought to a single row --- web/htdocs/layout/styles.css | 8 +++++--- web/htdocs/tdc/tdc.htm | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/web/htdocs/layout/styles.css b/web/htdocs/layout/styles.css index 28eee2e..2d16858 100644 --- a/web/htdocs/layout/styles.css +++ b/web/htdocs/layout/styles.css @@ -89,9 +89,10 @@ table.content { table.content td:first-child, table.content th:first-child{ width:40px; - + height:20px; padding-right:0px; text-align:center; + } @@ -192,9 +193,11 @@ table.content tr:hover td.under { border-color:#dfd; } +/* This pushes the enable boxes in the tdc.htm input { width:182px; } +*/ input.small { width:90px; @@ -289,5 +292,4 @@ table#server-details pre { .smallboxes input { width:40px; - } - + } diff --git a/web/htdocs/tdc/tdc.htm b/web/htdocs/tdc/tdc.htm index 96776d0..61fbcaf 100644 --- a/web/htdocs/tdc/tdc.htm +++ b/web/htdocs/tdc/tdc.htm @@ -117,8 +117,8 @@ function update(data) { for(j=0;j=0;k--) { - o += ""+k+""; + for(k=0;k<=3;k++) { + o += ""+k+""; } o+="
"; for(k=3;k>=0;k--) { -- 2.43.0