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

Unified Diff: chrome_linux/resources/inspector/heapProfiler.css

Issue 23466010: Roll reference builds to r221697. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 3 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 | « chrome_linux/resources/inspector/flameChart.css ('k') | chrome_linux/resources/inspector/helpScreen.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/resources/inspector/heapProfiler.css
===================================================================
--- chrome_linux/resources/inspector/heapProfiler.css (revision 221742)
+++ chrome_linux/resources/inspector/heapProfiler.css (working copy)
@@ -129,12 +129,13 @@
}
.heap-snapshot-view .data-grid span.percent-column {
- color: grey;
+ color: #999;
width: 32px;
- float: right;
+ display: inline-block;
}
-.heap-snapshot-view .console-formatted-object, .console-formatted-node {
+.heap-snapshot-view .console-formatted-object,
+.console-formatted-node {
display: inline;
position: static;
}
@@ -218,7 +219,6 @@
width: 200px;
height: 18px;
font-size: 11px;
- font-family: inherit;
padding: 2px;
margin: 2px 10px;
background-color: white;
@@ -274,7 +274,7 @@
.overview-container {
overflow: hidden;
position: absolute;
- top: 0px;
+ top: 0;
width: 100%;
height: 80px;
}
« no previous file with comments | « chrome_linux/resources/inspector/flameChart.css ('k') | chrome_linux/resources/inspector/helpScreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698