From: hadeshyp Date: Mon, 22 Oct 2012 15:06:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b543bee7d9a9153db207fd7ba36f643b6a903a9d;p=daqtools.git *** empty log message *** --- diff --git a/cts/htdocs/thresh/styles.css b/cts/htdocs/thresh/styles.css index bb20999..33aca6d 100644 --- a/cts/htdocs/thresh/styles.css +++ b/cts/htdocs/thresh/styles.css @@ -103,18 +103,17 @@ div#bar2 div { } table#content td.over { -/* border-collapse:separate; */ - border-right:5px solid #faa; - border-left: 5px solid #faa; width:70px; padding-right:10px; + border-left: 5px solid #faa; + border-right:5px solid #faa; border-radius:40px 40px; border-spacing:2px; background:#faa; + opacity:0.8; } table#content td.under { -/* border-collapse:separate; */ width:70px; padding-right:10px; border-left: 5px solid #afa; @@ -122,6 +121,7 @@ table#content td.under { border-radius:40px 40px; border-spacing:2px; background:#afa; + opacity:0.8; }