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

Unified Diff: Source/devtools/front_end/resources/resourcesPanel.css

Issue 720223002: DevTools: only allow status bar items in status bars. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 1 month 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
Index: Source/devtools/front_end/resources/resourcesPanel.css
diff --git a/Source/devtools/front_end/resources/resourcesPanel.css b/Source/devtools/front_end/resources/resourcesPanel.css
index 83024bb9a3005541960926aa028891108de7e2f9..ce6a4cbc5bcdab4352afdf988c9d8148043bf1ce 100644
--- a/Source/devtools/front_end/resources/resourcesPanel.css
+++ b/Source/devtools/front_end/resources/resourcesPanel.css
@@ -73,21 +73,8 @@ body.inactive .resources.panel .sidebar li.selected .selection {
top: 1px;
}
-.resources-main {
- position: absolute;
- top: 0;
- bottom: 23px;
- left: 0;
- right: 0;
- display: flex;
-}
-
.resources-status-bar {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- height: 23px;
+ border-top: 1px solid #ccc;
background-color: #eee;
}
« no previous file with comments | « Source/devtools/front_end/resources/indexedDBViews.css ('k') | Source/devtools/front_end/timeline/Layers3DView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698