Title: [158169] trunk/Tools
Revision
158169
Author
[email protected]
Date
2013-10-28 21:16:45 -0700 (Mon, 28 Oct 2013)

Log Message

Apply changes to default.css, revert buildbot.css which seems to be unused.

* BuildSlaveSupport/build.webkit.org-config/public_html/buildbot.css:
(body):
(body, td):
(a:link,a:visited,a:active):
(td.Time):
(td.Activity):
(.exception, td.offline):
* BuildSlaveSupport/build.webkit.org-config/public_html/default.css:
(body.interface):
(.auth):
(td.LastBuild):
(td.Time):
(td.Activity):
(.offline,td.offline,.retry):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/buildbot.css (158168 => 158169)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/buildbot.css	2013-10-29 04:03:06 UTC (rev 158168)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/buildbot.css	2013-10-29 04:16:45 UTC (rev 158169)
@@ -1,39 +1,17 @@
-body, td {
-	font-family: HelveticaNeue, sans-serif;
-	font-size: 11px;
+body {
+	margin-bottom:50px;
 }
 
-body.interface {
-    margin-top: 8px;
+body, td {
+	font-family: Verdana, Cursor;
+	font-size: 10px;
+	font-weight: bold;
 }
 
-.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 {
+a:link,a:visited,a:active {
 	color: #444;
 }
 
-a:link,a:visited,a:active {
-    color: #557;
-}
-
 a:hover {
 	color: #000000;
 }
@@ -55,11 +33,6 @@
 	padding: 0 0 0 4px;
 }
 
-td.LastBuild {
-	min-width: 9em;
-	font-weight: bold;
-}
-
 .LastBuild, .Activity, .Builder, .BuildStep {
         width: 155px;
         max-width: 155px;
@@ -69,7 +42,6 @@
 	color: #000;
 	border-bottom: 1px solid #aaa;
 	background-color: #eee;
-	font-weight: bold;
 }
 
 td.Activity, td.Change, td.Builder {
@@ -96,7 +68,6 @@
 	-moz-border-radius-topleft: 10px;
 	min-height: 20px;
 	padding: 2px 0 2px 0;
-	font-size: 9px;
 }
 
 td.idle, td.waiting, td.offline, td.building {
@@ -348,7 +319,7 @@
         border-color: #C29D46;
 }
 
-.exception, td.offline, .retry {
+.exception, td.offline {
 	color: #FFFFFF;
 	background-color: #e0b0ff;
         border-color: #ACA0B3;

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css (158168 => 158169)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css	2013-10-29 04:03:06 UTC (rev 158168)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css	2013-10-29 04:16:45 UTC (rev 158169)
@@ -2,11 +2,10 @@
 div.content h1 { display: none; }
 
 body.interface {
-    margin-top: 20px;
+    margin-top: 8px;
     background: url(bg_gradient.jpg) repeat-x;
-    font-family: Verdana, Cursor;
-    font-size: 10px;
-    font-weight: bold;
+    font-family: HelveticaNeue, sans-serif;
+    font-size: 11px;
     background-color: #fff;
     color: #333;
 }
@@ -17,8 +16,8 @@
 
 .auth {
     position: absolute;
-    top: 5px;
-    right: 40px;
+    bottom: 5px;
+    right: 10px;
 }
 
 a:link,a:visited,a:active {
@@ -45,6 +44,11 @@
     padding: 0 0 0 4px;
 }
 
+td.LastBuild {
+    min-width: 9em;
+    font-weight: bold;
+}
+
 /* Chromium Specific styles */
 div.BuildResultInfo {
     color: #444;
@@ -84,6 +88,7 @@
     color: #000;
     border-bottom: 1px solid #aaa;
     background-color: #eee;
+    font-weight: bold;
 }
 
 td.Activity,td.Change,td.Builder {
@@ -111,6 +116,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 {
@@ -373,7 +379,7 @@
     border-color: #C5C56D;
 }
 
-.offline,td.offline {
+.offline,td.offline,.retry {
     color: #FFFFFF;
     background-color: #E0B0FF;
     border-color: #dddddd;

Modified: trunk/Tools/ChangeLog (158168 => 158169)


--- trunk/Tools/ChangeLog	2013-10-29 04:03:06 UTC (rev 158168)
+++ trunk/Tools/ChangeLog	2013-10-29 04:16:45 UTC (rev 158169)
@@ -1,5 +1,24 @@
 2013-10-28  Simon Fraser  <[email protected]>
 
+        Apply changes to default.css, revert buildbot.css which seems to be unused.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/buildbot.css:
+        (body):
+        (body, td):
+        (a:link,a:visited,a:active):
+        (td.Time):
+        (td.Activity):
+        (.exception, td.offline):
+        * BuildSlaveSupport/build.webkit.org-config/public_html/default.css:
+        (body.interface):
+        (.auth):
+        (td.LastBuild):
+        (td.Time):
+        (td.Activity):
+        (.offline,td.offline,.retry):
+
+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:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to