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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css

Issue 2682123004: DevTools: Fix toolbar layout glitches on memory panel (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 display: inline-block; 60 display: inline-block;
61 } 61 }
62 62
63 .profile-view .data-grid tr.selected span { 63 .profile-view .data-grid tr.selected span {
64 color: inherit; 64 color: inherit;
65 } 65 }
66 66
67 .profiles-toolbar { 67 .profiles-toolbar {
68 background-color: #f3f3f3; 68 background-color: #f3f3f3;
69 border-bottom: 1px solid #ccc; 69 border-bottom: 1px solid #ccc;
70 flex-shrink: 0;
71 }
72
73 .profiles-tree-sidebar {
74 flex: auto;
75 overflow: hidden;
70 } 76 }
71 77
72 .profiles-sidebar-tree-box { 78 .profiles-sidebar-tree-box {
73 flex: auto; 79 overflow-y: auto;
74 } 80 }
75 81
76 .profile-view { 82 .profile-view {
77 display: flex; 83 display: flex;
78 overflow: hidden; 84 overflow: hidden;
79 } 85 }
80 86
81 .profile-view .data-grid { 87 .profile-view .data-grid {
82 border: none; 88 border: none;
83 flex: auto; 89 flex: auto;
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 bottom: 0; 216 bottom: 0;
211 } 217 }
212 218
213 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { 219 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar {
214 pointer-events: auto; 220 pointer-events: auto;
215 } 221 }
216 222
217 .cpu-profile-flame-chart-overview-pane { 223 .cpu-profile-flame-chart-overview-pane {
218 flex: 0 0 80px !important; 224 flex: 0 0 80px !important;
219 } 225 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698