X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=blobdiff_plain;f=source4%2Fselftest%2Foutput%2Ftestresults.css;h=9f3b6c9e82eae5fbf727220570eadb64f0d15836;hp=b37f881f207dc6982c59f746088a2931a62e294e;hb=04e8c10f9e1dcd9edf94ae071a51f5e93ecc2a2e;hpb=d981c69a18599ce7848afc3e77ad8ab14e6efbe8 diff --git a/source4/selftest/output/testresults.css b/source4/selftest/output/testresults.css index b37f881f207..9f3b6c9e82e 100644 --- a/source4/selftest/output/testresults.css +++ b/source4/selftest/output/testresults.css @@ -59,7 +59,7 @@ td.resultFailure /* Skipped */ td.resultSkipped { - text-align: right; + text-align: center; padding-left: 10px; padding-right: 10px; background-color: #FFEA20; @@ -90,3 +90,20 @@ td.outputFailure { background-color: #FF0000; } + +div.reason +{ + text-align: center; + font-weight: bold; +} + +span.control +{ + display: none; +} + +div.duration +{ + text-align: right; + font-weight: bold; +}