diff htdocs/build.css @ 76:ffa1ffd8c7db

* Implement basic slave selection based on configured target platforms. Closes #15. * Simple build status overview in config view.
author cmlenz
date Tue, 05 Jul 2005 17:52:15 +0000
parents 1d4fa4c32afa
children dc1c7fc9b915
line wrap: on
line diff
--- a/htdocs/build.css
+++ b/htdocs/build.css
@@ -8,3 +8,10 @@
 #content.build form.platforms ul { list-style: none; padding-left: 1em; }
 
 #content.build #builds { margin-top: 2em; }
+#content.build #builds th.rev { width: 6em; }
+#content.build #builds td :link, #content.build #builds td :visited {
+ font-weight: bold;
+}
+#content.build #builds td.completed { background: #9d9; }
+#content.build #builds td.failed { background: #d99; }
+#content.build #builds td.in-progress { background: #ff9; }
Copyright (C) 2012-2017 Edgewall Software