Title: [158172] trunk/Tools
Revision
158172
Author
[email protected]
Date
2013-10-28 21:27:33 -0700 (Mon, 28 Oct 2013)

Log Message

More waterfall tweaking.

* BuildSlaveSupport/build.webkit.org-config/public_html/default.css:
(body.interface):
(body > hr):
(div.content h1):
(body > .header):
(td.Activity a,td.Change a,td.Builder a):
(td.Builder):

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css	2013-10-29 04:20:31 UTC (rev 158171)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css	2013-10-29 04:27:33 UTC (rev 158172)
@@ -1,15 +1,25 @@
-body > hr { display: none; }
-div.content h1 { display: none; }
-
 body.interface {
+    position: relative;
     margin-top: 8px;
-    background: url(bg_gradient.jpg) repeat-x;
+    background: url('bg_gradient.jpg') repeat-x;
     font-family: HelveticaNeue, sans-serif;
     font-size: 11px;
     background-color: #fff;
     color: #333;
 }
 
+body > hr {
+    display: none;
+}
+
+div.content h1 {
+    display: none !important;
+}
+
+body > .header {
+    float: left;
+}
+
 small {
   font-size: 9px;
 }
@@ -96,6 +106,15 @@
     background-color: #CCCCCC;
 }
 
+td.Activity a,td.Change a,td.Builder a {
+    text-decoration: none;
+}
+
+td.Builder {
+    vertical-align: top;
+    line-height: 120%;
+}
+
 td.Change {
     border-radius: 5px;
     -webkit-border-radius: 5px;

Modified: trunk/Tools/ChangeLog (158171 => 158172)


--- trunk/Tools/ChangeLog	2013-10-29 04:20:31 UTC (rev 158171)
+++ trunk/Tools/ChangeLog	2013-10-29 04:27:33 UTC (rev 158172)
@@ -1,5 +1,17 @@
 2013-10-28  Simon Fraser  <[email protected]>
 
+        More waterfall tweaking.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/default.css:
+        (body.interface):
+        (body > hr):
+        (div.content h1):
+        (body > .header):
+        (td.Activity a,td.Change a,td.Builder a):
+        (td.Builder):
+
+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:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to