Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1093)

Unified Diff: Source/devtools/front_end/networkPanel.css

Issue 188473003: Network log top border shouldn't stick to status bar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/networkPanel.css
diff --git a/Source/devtools/front_end/networkPanel.css b/Source/devtools/front_end/networkPanel.css
index 4a83af2d8b70cd5b19ff7b9dcc68e05c0fe44b32..19a5287feee3fa20ee373d46ec7efc2c5d3d551e 100644
--- a/Source/devtools/front_end/networkPanel.css
+++ b/Source/devtools/front_end/networkPanel.css
@@ -51,8 +51,8 @@
display: block;
}
-.network.panel .panel-status-bar {
- border-bottom: 1px solid rgb(179, 179, 179);
+#network-container {
+ border-top: 1px solid rgb(179, 179, 179);
}
.network.panel .sidebar {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698