| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 .profile-canvas-decoration { | 164 .profile-canvas-decoration { |
| 165 color: red; | 165 color: red; |
| 166 margin: -14px 0 13px 22px; | 166 margin: -14px 0 13px 22px; |
| 167 padding-left: 14px; | 167 padding-left: 14px; |
| 168 } | 168 } |
| 169 | 169 |
| 170 .profile-canvas-decoration button { | 170 .profile-canvas-decoration button { |
| 171 margin: 0 0 0 10px !important; | 171 margin: 0 0 0 10px !important; |
| 172 } | 172 } |
| 173 | 173 |
| 174 .js_profiler.panel select.chrome-select, | |
| 175 .heap_profiler.panel select.chrome-select | 174 .heap_profiler.panel select.chrome-select |
| 176 { | 175 { |
| 177 font-size: 12px; | 176 font-size: 12px; |
| 178 width: 150px; | 177 width: 150px; |
| 179 margin-left: 10px; | 178 margin-left: 10px; |
| 180 margin-right: 10px; | 179 margin-right: 10px; |
| 181 } | 180 } |
| 182 | 181 |
| 183 button.load-profile { | 182 button.load-profile { |
| 184 margin-left: 20px; | 183 margin-left: 20px; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 210 bottom: 0; | 209 bottom: 0; |
| 211 } | 210 } |
| 212 | 211 |
| 213 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { | 212 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { |
| 214 pointer-events: auto; | 213 pointer-events: auto; |
| 215 } | 214 } |
| 216 | 215 |
| 217 .cpu-profile-flame-chart-overview-pane { | 216 .cpu-profile-flame-chart-overview-pane { |
| 218 flex: 0 0 80px !important; | 217 flex: 0 0 80px !important; |
| 219 } | 218 } |
| OLD | NEW |