X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=d9f3cbcc57185a0f86b183ffccf009c050c1b96e;hb=4272becc415bc659ea14650793559dcf15372a8b;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..d9f3cbc 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 { @@ -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