Changeset 173228 in webkit


Ignore:
Timestamp:
Sep 3, 2014 2:29:52 PM (10 years ago)
Author:
ap@apple.com
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/QueueView.css

    r162373 r173228  
    121121}
    122122
    123 .ews-popover {
     123.ews-popover,
     124.performance-popover {
    124125    font-family: "HelveticaNeue-Light", "Helvetica Neue", sans-serif;
    125126    color: rgb(145, 135, 95);
     
    147148    padding-left: 7px;
    148149}
     150
     151/* Styling the performance dashboard link as visited doesn't make much sense in the context of bot watcher's dashboard. */
     152.performance-popover .dashboard-link {
     153    color: blue;
     154}
  • trunk/Tools/ChangeLog

    r173225 r173228  
     12014-09-03  Alexey Proskuryakov  <ap@apple.com>
     2
     3        build.webkit.org/dashboard performance popover is unstyled
     4        https://bugs.webkit.org/show_bug.cgi?id=136499
     5
     6        Reviewed by Tim Horton.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/QueueView.css:
     9        (.performance-popover):
     10        (.performance-popover .dashboard-link):
     11
    1122014-09-03  Saam Barati  <saambarati1@gmail.com>
    213
Note: See TracChangeset for help on using the changeset viewer.