Modified data page and added some report stuff
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / static / style.css
index a3f0c09..9e0c551 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 {
@@ -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