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

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

Issue 33143002: DevTools: Unify filtering UI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 years, 2 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 | « Source/devtools/front_end/inspector.html ('k') | Source/devtools/front_end/profilesPanel.css » ('j') | 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 7671df18a22b01c2bcc385dddedfd7dd80e7c604..a1444636c88ce2938bafc93a60fdee8d513b4431 100644
--- a/Source/devtools/front_end/networkPanel.css
+++ b/Source/devtools/front_end/networkPanel.css
@@ -66,11 +66,6 @@
display: none;
}
-.network.panel .scope-bar {
- height: 23px;
- padding-top: 5px;
-}
-
.network.panel .data-grid th.sort-descending,
.network.panel .data-grid th.sort-ascending {
background: white;
@@ -106,11 +101,6 @@
border-bottom: 1px solid rgb(163, 163, 163);
}
-.network-item-view .scope-bar li {
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
-}
-
.resource-headers-view {
display: none;
margin: 6px;
@@ -322,3 +312,12 @@
background-color: rgb(255, 237, 237);
color: rgb(182, 0, 0);
}
+
+.panel.network .split-view {
+ flex: auto;
+ position: relative;
+}
+
+.network-filters-header {
+ flex: 0 0 23px;
+}
« no previous file with comments | « Source/devtools/front_end/inspector.html ('k') | Source/devtools/front_end/profilesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698