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

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

Issue 720223002: DevTools: only allow status bar items in status bars. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 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 unified diff | Download patch | Annotate | Revision Log
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 .profile-view .data-grid span.percent-column { 57 .profile-view .data-grid span.percent-column {
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.panel .status-bar {
68 border-bottom: 1px solid rgb(202, 202, 202);
69 border-top: none;
70 }
71
72 .profiles-status-bar { 67 .profiles-status-bar {
68 display: flex;
73 background-color: #eee; 69 background-color: #eee;
74 flex: 0 0 23px; 70 flex: 0 0 23px;
71 flex-direction: row;
72 border-bottom: 1px solid rgb(202, 202, 202);
75 } 73 }
76 74
77 .profile-launcher-view-tree-item > .icon { 75 .profile-launcher-view-tree-item > .icon {
78 width: 4px !important; 76 width: 4px !important;
79 visibility: hidden; 77 visibility: hidden;
80 } 78 }
81 79
82 .profiles-sidebar-tree-box { 80 .profiles-sidebar-tree-box {
83 overflow: auto; 81 overflow: auto;
84 flex: auto; 82 flex: auto;
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 bottom: 0; 274 bottom: 0;
277 } 275 }
278 276
279 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { 277 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar {
280 pointer-events: auto; 278 pointer-events: auto;
281 } 279 }
282 280
283 .cpu-profile-flame-chart-overview-pane { 281 .cpu-profile-flame-chart-overview-pane {
284 flex: 0 0 80px !important; 282 flex: 0 0 80px !important;
285 } 283 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/profiler/ProfilesPanel.js ('k') | Source/devtools/front_end/promises/PromisePane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698