Title: [204491] trunk/Source/WebInspectorUI
- Revision
- 204491
- Author
- [email protected]
- Date
- 2016-08-15 18:43:31 -0700 (Mon, 15 Aug 2016)
Log Message
Web Inspector: Close button on selected item in Network tab is misaligned
https://bugs.webkit.org/show_bug.cgi?id=160884
Patch by Devin Rousso <[email protected]> on 2016-08-15
Reviewed by Matt Baker.
* UserInterface/Views/NetworkSidebarPanel.css:
(.sidebar > .panel.navigation.network .status .close.status-button):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (204490 => 204491)
--- trunk/Source/WebInspectorUI/ChangeLog 2016-08-16 01:34:36 UTC (rev 204490)
+++ trunk/Source/WebInspectorUI/ChangeLog 2016-08-16 01:43:31 UTC (rev 204491)
@@ -1,5 +1,15 @@
2016-08-15 Devin Rousso <[email protected]>
+ Web Inspector: Close button on selected item in Network tab is misaligned
+ https://bugs.webkit.org/show_bug.cgi?id=160884
+
+ Reviewed by Matt Baker.
+
+ * UserInterface/Views/NetworkSidebarPanel.css:
+ (.sidebar > .panel.navigation.network .status .close.status-button):
+
+2016-08-15 Devin Rousso <[email protected]>
+
Web Inspector: Error/Warning icons are misplaced in the Visual sidebar
https://bugs.webkit.org/show_bug.cgi?id=160875
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/NetworkSidebarPanel.css (204490 => 204491)
--- trunk/Source/WebInspectorUI/UserInterface/Views/NetworkSidebarPanel.css 2016-08-16 01:34:36 UTC (rev 204490)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/NetworkSidebarPanel.css 2016-08-16 01:43:31 UTC (rev 204491)
@@ -74,6 +74,10 @@
display: none;
}
+.sidebar > .panel.navigation.network .status .close.status-button {
+ padding-bottom: 1px;
+}
+
.sidebar > .panel.navigation.network.network-grid-content-view-showing .status .close.status-button {
display: none;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes