Title: [173228] trunk/Tools
Revision
173228
Author
[email protected]
Date
2014-09-03 14:29:52 -0700 (Wed, 03 Sep 2014)

Log Message

build.webkit.org/dashboard performance popover is unstyled
https://bugs.webkit.org/show_bug.cgi?id=136499

Reviewed by Tim Horton.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/QueueView.css:
(.performance-popover):
(.performance-popover .dashboard-link):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/QueueView.css (173227 => 173228)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/QueueView.css	2014-09-03 21:25:08 UTC (rev 173227)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/QueueView.css	2014-09-03 21:29:52 UTC (rev 173228)
@@ -120,7 +120,8 @@
     padding-left: 7px;
 }
 
-.ews-popover {
+.ews-popover,
+.performance-popover {
     font-family: "HelveticaNeue-Light", "Helvetica Neue", sans-serif;
     color: rgb(145, 135, 95);
     font-size: 12px;
@@ -146,3 +147,8 @@
 .ews-popover .bot-status-description {
     padding-left: 7px;
 }
+
+/* Styling the performance dashboard link as visited doesn't make much sense in the context of bot watcher's dashboard. */
+.performance-popover .dashboard-link {
+    color: blue;
+}

Modified: trunk/Tools/ChangeLog (173227 => 173228)


--- trunk/Tools/ChangeLog	2014-09-03 21:25:08 UTC (rev 173227)
+++ trunk/Tools/ChangeLog	2014-09-03 21:29:52 UTC (rev 173228)
@@ -1,3 +1,14 @@
+2014-09-03  Alexey Proskuryakov  <[email protected]>
+
+        build.webkit.org/dashboard performance popover is unstyled
+        https://bugs.webkit.org/show_bug.cgi?id=136499
+
+        Reviewed by Tim Horton.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/QueueView.css:
+        (.performance-popover):
+        (.performance-popover .dashboard-link):
+
 2014-09-03  Saam Barati  <[email protected]>
 
         Create tests for type profiling
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to