Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/buildbot.css (158167 => 158168)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/buildbot.css 2013-10-29 03:29:11 UTC (rev 158167)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/buildbot.css 2013-10-29 04:03:06 UTC (rev 158168)
@@ -1,17 +1,39 @@
-body {
- margin-bottom:50px;
+body, td {
+ font-family: HelveticaNeue, sans-serif;
+ font-size: 11px;
}
-body, td {
- font-family: Verdana, Cursor;
- font-size: 10px;
- font-weight: bold;
+body.interface {
+ margin-top: 8px;
}
-a:link,a:visited,a:active {
+.auth {
+ right: 10px;
+ top: auto;
+ bottom: 5px;
+}
+
+.header {
+ float: left;
+ margin-bottom: 10px;
+}
+
+div.content h1 {
+ display: none !important;
+}
+
+a {
+ text-decoration: none;
+}
+
+a:link,a:active {
color: #444;
}
+a:link,a:visited,a:active {
+ color: #557;
+}
+
a:hover {
color: #000000;
}
@@ -33,6 +55,11 @@
padding: 0 0 0 4px;
}
+td.LastBuild {
+ min-width: 9em;
+ font-weight: bold;
+}
+
.LastBuild, .Activity, .Builder, .BuildStep {
width: 155px;
max-width: 155px;
@@ -42,6 +69,7 @@
color: #000;
border-bottom: 1px solid #aaa;
background-color: #eee;
+ font-weight: bold;
}
td.Activity, td.Change, td.Builder {
@@ -68,6 +96,7 @@
-moz-border-radius-topleft: 10px;
min-height: 20px;
padding: 2px 0 2px 0;
+ font-size: 9px;
}
td.idle, td.waiting, td.offline, td.building {
@@ -319,7 +348,7 @@
border-color: #C29D46;
}
-.exception, td.offline {
+.exception, td.offline, .retry {
color: #FFFFFF;
background-color: #e0b0ff;
border-color: #ACA0B3;
Modified: trunk/Tools/ChangeLog (158167 => 158168)
--- trunk/Tools/ChangeLog 2013-10-29 03:29:11 UTC (rev 158167)
+++ trunk/Tools/ChangeLog 2013-10-29 04:03:06 UTC (rev 158168)
@@ -1,5 +1,23 @@
2013-10-28 Simon Fraser <[email protected]>
+ Prettify the waterfall page, and make it a little more space-efficient.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/buildbot.css:
+ (body, td):
+ (body.interface):
+ (.auth):
+ (.header):
+ (div.content h1):
+ (a):
+ (a:link,a:active):
+ (a:link,a:visited,a:active):
+ (td.LastBuild):
+ (td.Time):
+ (td.Activity):
+ (.exception, td.offline, .retry):
+
+2013-10-28 Simon Fraser <[email protected]>
+
Fix Lion readableName (spotted by Dan Bernstein).
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Buildbot.js: