| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |