Changeset 201935 in webkit


Ignore:
Timestamp:
Jun 10, 2016 12:42:37 PM (8 years ago)
Author:
Matt Baker
Message:

REGRESSION (r201538): Web Inspector: 1px gap above timeline progress view
https://bugs.webkit.org/show_bug.cgi?id=158626

Reviewed by Joseph Pecoraro.

Adjust progress view top position to account for grid border changes.

  • UserInterface/Views/TimelineRecordingContentView.css:

(.content-view.timeline-recording > .content-browser .recording-progress):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r201934 r201935  
     12016-06-10  Matt Baker  <mattbaker@apple.com>
     2
     3        REGRESSION (r201538): Web Inspector: 1px gap above timeline progress view
     4        https://bugs.webkit.org/show_bug.cgi?id=158626
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        Adjust progress view top position to account for grid border changes.
     9
     10        * UserInterface/Views/TimelineRecordingContentView.css:
     11        (.content-view.timeline-recording > .content-browser .recording-progress):
     12
    1132016-06-10  Matt Baker  <mattbaker@apple.com>
    214
  • trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css

    r201538 r201935  
    6767    left: 0;
    6868    right: 0;
    69     top: 30px;
     69    top: 29px;
    7070    bottom: 0;
    7171    text-align: center;
Note: See TracChangeset for help on using the changeset viewer.