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

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

Issue 1167573003: Devtools: Resize glpyhs and add animation icons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 text-align: center; 132 text-align: center;
133 } 133 }
134 134
135 .profile-node-file { 135 .profile-node-file {
136 float: right; 136 float: right;
137 color: gray; 137 color: gray;
138 } 138 }
139 139
140 .profile-warn-marker { 140 .profile-warn-marker {
141 background-image: url(Images/toolbarButtonGlyphs.png); 141 background-image: url(Images/toolbarButtonGlyphs.png);
142 background-size: 320px 144px; 142 background-size: 352px 144px;
143 background-position: -202px -107px; 143 background-position: -202px -107px;
144 width: 10px; 144 width: 10px;
145 height: 10px; 145 height: 10px;
146 vertical-align: -1px; 146 vertical-align: -1px;
147 margin-right: 2px; 147 margin-right: 2px;
148 display: inline-block; 148 display: inline-block;
149 } 149 }
150 150
151 .data-grid tr.selected .profile-node-file { 151 .data-grid tr.selected .profile-node-file {
152 color: rgb(33%, 33%, 33%); 152 color: rgb(33%, 33%, 33%);
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 bottom: 0; 258 bottom: 0;
259 } 259 }
260 260
261 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { 261 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar {
262 pointer-events: auto; 262 pointer-events: auto;
263 } 263 }
264 264
265 .cpu-profile-flame-chart-overview-pane { 265 .cpu-profile-flame-chart-overview-pane {
266 flex: 0 0 80px !important; 266 flex: 0 0 80px !important;
267 } 267 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/network/xmlView.css ('k') | Source/devtools/front_end/promises/promisePane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698