]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
Bugfix regarding pulser interval, added flash groups and input hints
authorhadeshyp <hadeshyp>
Wed, 10 Oct 2012 13:12:20 +0000 (13:12 +0000)
committerhadeshyp <hadeshyp>
Wed, 10 Oct 2012 13:12:20 +0000 (13:12 +0000)
cts/htdocs/layout/base.css

index 6a71e8488781ffbac4c98e64cd5091944b268815..e961517e0d44bf6f8e4122dc829e63841ed1b18c 100644 (file)
       margin: 60px auto 20px auto;
       text-align: left;
    }
+   
+   .hint {
+      display: inline;
+      opacity: 0;
+      position: absolute;
+      top: -100px;
+      left: 0;
+      
+      padding: 3px 10px 3px 10px;
+      
+      background: black;
+      color: white;
+      border: 1px solid #808080;
+      
+      text-align: left;
+   }
+   
+   .hint pre {
+      display: inline;
+      font-weight: bold;
+      color: red;
+   }
+   
+   .hint strong {
+      color: yellow;
+   }
 
 /* Expandable handling */
    .expandable {
       background: #e0e0ff;
    }
 
+   table tr.flash, table tr.flash td {
+      background: #b5ff00;
+   }
+
    table tr.alt:hover td, table tr:hover td {
       background: #ffffd0;
    }
-
+   
    .alt td {
       background: #f6f6f6;
       border-bottom: 1px solid #e0e0e0;
    #pulser-tab .period {text-align: right}
    #pulser-tab .freq   {width: 30%; text-align: right}
    #pulser-tab .period input {text-align: right; width: 8em;}
+   
+   #rand-pulser-tab .freq {
+      text-align: right;
+   }
 
       
\ No newline at end of file