[Scummvm-cvs-logs] SF.net SVN: scummvm:[56001] buildbot/public_html/default.css

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue May 3 14:53:16 CEST 2011


Revision: 56001
          http://scummvm.svn.sourceforge.net/scummvm/?rev=56001&view=rev
Author:   fingolfin
Date:     2011-05-03 12:53:15 +0000 (Tue, 03 May 2011)

Log Message:
-----------
BUILDBOT: Use different color for 'started' jobs, and actually building jobs

The colors ain't pretty, but helps when looking at the waterfall page.
Feel free to pick a nicer color combo :)

Modified Paths:
--------------
    buildbot/public_html/default.css

Modified: buildbot/public_html/default.css
===================================================================
--- buildbot/public_html/default.css	2011-05-03 11:05:36 UTC (rev 56000)
+++ buildbot/public_html/default.css	2011-05-03 12:53:15 UTC (rev 56001)
@@ -305,8 +305,14 @@
         border-color: #ACA0B3;
 }
 
-.start,.running, td.building {
+.start {
 	color: #666666;
+	background-color: #dddd88;
+        border-color: #C5C56D;
+}
+
+.running, td.building {
+	color: #666666;
 	background-color: #fffc6c;
         border-color: #C5C56D;
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list