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

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

Issue 2621403002: DevTools: Bring Memory panel toolbar style in sync with the rest of UI. (Closed)
Patch Set: Created 3 years, 11 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 color: #999; 58 color: #999;
59 width: 48px; 59 width: 48px;
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 display: flex; 68 background-color: white;
69 background-color: #f3f3f3; 69 border-bottom: 1px solid #ddd;
70 flex: 0 0 25px;
71 flex-direction: row;
72 border-bottom: 1px solid rgb(202, 202, 202);
73 } 70 }
74 71
75 .profiles-sidebar-tree-box { 72 .profiles-sidebar-tree-box {
76 flex: auto; 73 flex: auto;
77 } 74 }
78 75
79 .profile-view { 76 .profile-view {
80 display: flex; 77 display: flex;
81 overflow: hidden; 78 overflow: hidden;
82 } 79 }
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 bottom: 0; 208 bottom: 0;
212 } 209 }
213 210
214 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { 211 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar {
215 pointer-events: auto; 212 pointer-events: auto;
216 } 213 }
217 214
218 .cpu-profile-flame-chart-overview-pane { 215 .cpu-profile-flame-chart-overview-pane {
219 flex: 0 0 80px !important; 216 flex: 0 0 80px !important;
220 } 217 }
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