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

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

Issue 1176343002: DevTools: make toolbar button click targets square (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 5 years, 6 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 | 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 display: flex;
69 background-color: #eee; 69 background-color: #f3f3f3;
70 flex: 0 0 25px; 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 .material .profiles-toolbar { 75 .material .profiles-toolbar {
76 flex: 0 0 29px; 76 flex: 0 0 29px;
77 } 77 }
78 78
79 .profile-launcher-view-tree-item > .icon { 79 .profile-launcher-view-tree-item > .icon {
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 bottom: 0; 254 bottom: 0;
255 } 255 }
256 256
257 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { 257 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar {
258 pointer-events: auto; 258 pointer-events: auto;
259 } 259 }
260 260
261 .cpu-profile-flame-chart-overview-pane { 261 .cpu-profile-flame-chart-overview-pane {
262 flex: 0 0 80px !important; 262 flex: 0 0 80px !important;
263 } 263 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/network/networkPanel.css ('k') | Source/devtools/front_end/settings/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698