Merge remote-tracking branch 'upstream/master' into dilatometer
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / static / style.css
index a3f0c09..d9f3cbc 100644 (file)
@@ -118,10 +118,10 @@ tr.pass {
   font-weight: inherit;
 }
 
-tr.fail {
+tr.fail, tr.fail .fail {
   color: #000;
   background-color: #E30909;
-  font-weight: bold
+  font-weight: inherit;
 }
 
 table.centre {
@@ -365,7 +365,7 @@ form.controls {
 }
 
 .widget {
-  background-color: #ffffff;
+  background-color: #fff; /*#EBF4FA;*/ /*#ffffff; segmented */
   margin: 0.25em 0.25em 1.5em;
   padding: 1em 1.25em;
   box-shadow: 0 0 3px #CCCCCC;
@@ -388,6 +388,17 @@ form.controls {
        font-size:20px;
 }
 
+/** For links on the data page **/
+.datalink {
+       color: black;
+       text-decoration:none;
+}
+
+.datalink:hover {
+       color: blue;
+       text-decoration:underline;
+}
+
 /** Hack **/
 .clear {
   clear: both;
@@ -434,4 +445,13 @@ form.controls {
 
 #experiment-stop {
   padding: 0.2em 0.4em;
+  display: none;
+}
+
+#start-widget {
+  display: none;
+}
+
+#pressure-widget {
+  display: none;
 }
\ No newline at end of file

UCC git Repository :: git.ucc.asn.au