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

Unified Diff: chrome_linux64/resources/inspector/resourcesPanel.css

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 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: chrome_linux64/resources/inspector/resourcesPanel.css
===================================================================
--- chrome_linux64/resources/inspector/resourcesPanel.css (revision 237140)
+++ chrome_linux64/resources/inspector/resourcesPanel.css (working copy)
@@ -76,6 +76,23 @@
top: 1px;
}
+.resources-main {
+ position: absolute;
+ top: 0;
+ bottom: 23px;
+ left: 0;
+ right: 0;
+}
+
+.resources-status-bar {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ height: 23px;
+ background-color: rgb(236, 236, 236);
+}
+
li.selected .base-storage-tree-element-subtitle {
color: white;
}
« no previous file with comments | « chrome_linux64/resources/inspector/profilesPanel.css ('k') | chrome_linux64/resources/inspector/screencastView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698