Really fix the display of pretests infos
[build-farm.git] / web / build_farm.css
index a82263dc93a2774ff4e417025a86724cde8affc0..b6321b825e4f9da1889cdcf103026d41ac9e116a 100644 (file)
 #log div.unit.uxpassed {       background-color: rgb(255, 180, 180); }
 #log div.unit.error {  background-color: rgb(255, 180, 180); }
 #log div.unit.mistake {        background-color: rgb(180, 180, 255); }
+#log div.unit.pretest.ok {     background-color: rgb(180, 255, 180); }
 
 #log .unit.failed  .output {   display: block;}
 #log .unit.skipped .output {   display: block;}
+#log .unit.skipped .output {   display: block;}
 #log .unit.passed  .output {   display: none;}
 #log .unit.error   .output {   display: none;}
 #log .unit.mistake .output {   display: none;}
@@ -42,6 +44,7 @@
 #log .unit.xfailed .output {   display: none;}
 #log .unit.uxpassed .output {  display: none;}
 #log .unit.errorlog .output {  display: none;}
+#log .unit.pretest  .output {  display: none;}
 #log div.status.errorlog {     display: none;}
 img + div.action.title {margin-left: 0.5em;}
 a + div.action.status {margin-left: 0.5em;}