Really fix the display of pretests infos
authorMatthieu Patou <mat@matws.net>
Thu, 15 Mar 2012 07:23:17 +0000 (00:23 -0700)
committerMatthieu Patou <mat@matws.net>
Thu, 15 Mar 2012 07:23:17 +0000 (00:23 -0700)
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;}