]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Mon, 22 Oct 2012 15:06:02 +0000 (15:06 +0000)
committerhadeshyp <hadeshyp>
Mon, 22 Oct 2012 15:06:02 +0000 (15:06 +0000)
cts/htdocs/thresh/styles.css

index bb20999db467c5236b1bfde65b5dcf2a77ad2f81..33aca6d3f78d80220b1bce9ee51f34f564c5c06d 100644 (file)
@@ -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;
 }