Add some spacing before the status (failed, skipped, ...)
authorMatthieu Patou <mat@matws.net>
Thu, 15 Mar 2012 04:29:35 +0000 (21:29 -0700)
committerMatthieu Patou <mat@matws.net>
Thu, 15 Mar 2012 04:29:35 +0000 (21:29 -0700)
web/build_farm.css

index 136bea3bf806272a7db3f46c3532cebff7cc1a85..9b472f4766561b5512bf4d8852ca2e035cdbbcd6 100644 (file)
@@ -5,6 +5,7 @@
        font-weight: bold;
        font-family: sans-serif;
 }
+#log .status { margin-left: 0.5ex; }
 #log .status.failed {  color: rgb(153, 0,   0);   }
 #log .status.passed {  color: rgb(0,   153, 0);   }
 #log .status.skipped { color: rgb(0,   0,   153); }