| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 .profile-canvas-decoration { | 174 .profile-canvas-decoration { |
| 175 color: red; | 175 color: red; |
| 176 margin: -14px 0 13px 22px; | 176 margin: -14px 0 13px 22px; |
| 177 padding-left: 14px; | 177 padding-left: 14px; |
| 178 } | 178 } |
| 179 | 179 |
| 180 .profile-canvas-decoration button { | 180 .profile-canvas-decoration button { |
| 181 margin: 0 0 0 10px !important; | 181 margin: 0 0 0 10px !important; |
| 182 } | 182 } |
| 183 | 183 |
| 184 .profiles.panel select.chrome-select { | 184 .panel select.chrome-select { |
| 185 font-size: 12px; | 185 font-size: 12px; |
| 186 width: 150px; | 186 width: 150px; |
| 187 margin-left: 10px; | 187 margin-left: 10px; |
| 188 margin-right: 10px; | 188 margin-right: 10px; |
| 189 } | 189 } |
| 190 | 190 |
| 191 button.load-profile { | 191 button.load-profile { |
| 192 margin-left: 20px; | 192 margin-left: 20px; |
| 193 } | 193 } |
| 194 | 194 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 218 bottom: 0; | 218 bottom: 0; |
| 219 } | 219 } |
| 220 | 220 |
| 221 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { | 221 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { |
| 222 pointer-events: auto; | 222 pointer-events: auto; |
| 223 } | 223 } |
| 224 | 224 |
| 225 .cpu-profile-flame-chart-overview-pane { | 225 .cpu-profile-flame-chart-overview-pane { |
| 226 flex: 0 0 80px !important; | 226 flex: 0 0 80px !important; |
| 227 } | 227 } |
| OLD | NEW |