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

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

Issue 14639004: DevTools: [TrackingHeapProfiler] Provide a chart with living heap date at recording time. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/heapProfiler.css ('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/inspectorCommon.css
diff --git a/Source/devtools/front_end/inspectorCommon.css b/Source/devtools/front_end/inspectorCommon.css
index 300ebe144fb84476d2e11fd1c67720f63b485a71..3d561dc769d0aa8d8df3eb0c49c6a9318ee96651 100644
--- a/Source/devtools/front_end/inspectorCommon.css
+++ b/Source/devtools/front_end/inspectorCommon.css
@@ -156,7 +156,7 @@ iframe.view {
left: 0;
right: 0;
top: 0;
- bottom: 60px;
+ height: 20px;
z-index: 150;
}
@@ -164,7 +164,7 @@ iframe.view {
left: 0%;
right: 0%;
top: 0px;
- bottom: 60px;
+ height: 20px;
background-color: black;
position: absolute;
}
@@ -183,7 +183,7 @@ iframe.view {
.overview-grid-window-resizer {
position: absolute;
top: 0px;
- bottom: 60px;
+ height: 20px;
width: 5px;
margin-left: -3px;
margin-right: -2px;
« no previous file with comments | « Source/devtools/front_end/heapProfiler.css ('k') | Source/devtools/front_end/profilesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698