Title: [201935] trunk/Source/WebInspectorUI
Revision
201935
Author
[email protected]
Date
2016-06-10 12:42:37 -0700 (Fri, 10 Jun 2016)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (201934 => 201935)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-06-10 19:41:46 UTC (rev 201934)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-06-10 19:42:37 UTC (rev 201935)
@@ -1,5 +1,17 @@
 2016-06-10  Matt Baker  <[email protected]>
 
+        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):
+
+2016-06-10  Matt Baker  <[email protected]>
+
         Web Inspector: REGRESSION (r201538): Web Inspector: Border under JS Call Trees content view is too thick
         https://bugs.webkit.org/show_bug.cgi?id=158624
         <rdar://problem/26743633>

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css (201934 => 201935)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css	2016-06-10 19:41:46 UTC (rev 201934)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css	2016-06-10 19:42:37 UTC (rev 201935)
@@ -66,7 +66,7 @@
     position: absolute;
     left: 0;
     right: 0;
-    top: 30px;
+    top: 29px;
     bottom: 0;
     text-align: center;
     background-color: var(--panel-background-color-light);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to