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

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

Issue 732603002: DevTools: align more status bar button usages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 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-status-bar { 67 .profiles-status-bar {
68 display: flex; 68 display: flex;
69 background-color: #eee; 69 background-color: #eee;
70 flex: 0 0 23px; 70 flex: 0 0 25px;
71 flex-direction: row; 71 flex-direction: row;
72 border-bottom: 1px solid rgb(202, 202, 202); 72 border-bottom: 1px solid rgb(202, 202, 202);
73 } 73 }
74 74
75 .profile-launcher-view-tree-item > .icon { 75 .profile-launcher-view-tree-item > .icon {
76 width: 4px !important; 76 width: 4px !important;
77 visibility: hidden; 77 visibility: hidden;
78 } 78 }
79 79
80 .profiles-sidebar-tree-box { 80 .profiles-sidebar-tree-box {
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 bottom: 0; 274 bottom: 0;
275 } 275 }
276 276
277 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { 277 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar {
278 pointer-events: auto; 278 pointer-events: auto;
279 } 279 }
280 280
281 .cpu-profile-flame-chart-overview-pane { 281 .cpu-profile-flame-chart-overview-pane {
282 flex: 0 0 80px !important; 282 flex: 0 0 80px !important;
283 } 283 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/overrides.css ('k') | Source/devtools/front_end/resources/indexedDBViews.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698