From: hadeshyp Date: Mon, 22 Oct 2012 15:37:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3069657f830a6debe9fbb6b35284e078f8b45547;p=daqtools.git *** empty log message *** --- diff --git a/cts/htdocs/thresh/styles.css b/cts/htdocs/thresh/styles.css index f8a3b7f..bdd2c97 100644 --- a/cts/htdocs/thresh/styles.css +++ b/cts/htdocs/thresh/styles.css @@ -103,22 +103,22 @@ div#bar2 div { } table#content td.over { - width:70px; + width:50px; + margin:0 10px; padding-right:10px; border-left: 5px solid #fcc; border-right:5px solid #fcc; - border-radius:40px 40px; - border-spacing:2px; + border-radius:180px 180px; background:#fcc; } table#content td.under { - width:70px; + width:50px; + margin:0 10px; padding-right:10px; border-left: 5px solid #cfc; border-right:5px solid #cfc; - border-radius:40px 40px; - border-spacing:2px; + border-radius:180px 180px; background:#cfc; }