OLD | NEW |
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 text-align: center; | 128 text-align: center; |
129 } | 129 } |
130 | 130 |
131 .profile-node-file { | 131 .profile-node-file { |
132 float: right; | 132 float: right; |
133 color: gray; | 133 color: gray; |
134 } | 134 } |
135 | 135 |
136 .profile-warn-marker { | 136 .profile-warn-marker { |
137 background-image: url(Images/toolbarButtonGlyphs.png); | 137 background-image: url(Images/toolbarButtonGlyphs.png); |
138 background-size: 352px 144px; | 138 background-size: 352px 168px; |
139 background-position: -202px -107px; | 139 background-position: -202px -107px; |
140 width: 10px; | 140 width: 10px; |
141 height: 10px; | 141 height: 10px; |
142 vertical-align: -1px; | 142 vertical-align: -1px; |
143 margin-right: 2px; | 143 margin-right: 2px; |
144 display: inline-block; | 144 display: inline-block; |
145 } | 145 } |
146 | 146 |
147 .data-grid tr.selected .profile-node-file { | 147 .data-grid tr.selected .profile-node-file { |
148 color: rgb(33%, 33%, 33%); | 148 color: rgb(33%, 33%, 33%); |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |