X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=9e0c55171f9717080a1aa31316c4c73624c04f6c;hb=14c2cbfcb1556643cb3fe2d8ee79736555b81219;hp=a3f0c093e79c432a65c978dfa9e72e8bb99fbc27;hpb=7d87636877a19411594b6662aa8f05c77d70dc04;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index a3f0c09..9e0c551 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -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