| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 .profile-canvas-decoration { | 232 .profile-canvas-decoration { |
| 233 color: red; | 233 color: red; |
| 234 margin: -14px 0 13px 22px; | 234 margin: -14px 0 13px 22px; |
| 235 padding-left: 14px; | 235 padding-left: 14px; |
| 236 } | 236 } |
| 237 | 237 |
| 238 .profile-canvas-decoration button { | 238 .profile-canvas-decoration button { |
| 239 margin: 0 0 0 10px !important; | 239 margin: 0 0 0 10px !important; |
| 240 } | 240 } |
| 241 | 241 |
| 242 .profile-entry-info { | |
| 243 position: absolute; | |
| 244 bottom: 20px; | |
| 245 left: 20px; | |
| 246 height: 120px; | |
| 247 background-color: rgba(255, 255, 255, 0.7); | |
| 248 pointer-events: none; | |
| 249 } | |
| 250 | |
| 251 .profiles.panel select.chrome-select { | 242 .profiles.panel select.chrome-select { |
| 252 font-size: 12px; | 243 font-size: 12px; |
| 253 width: 150px; | 244 width: 150px; |
| 254 margin-left: 10px; | 245 margin-left: 10px; |
| 255 margin-right: 10px; | 246 margin-right: 10px; |
| 256 } | 247 } |
| 257 | 248 |
| 258 .text-button.load-profile { | 249 .text-button.load-profile { |
| 259 margin-left: 20px; | 250 margin-left: 20px; |
| 260 } | 251 } |
| (...skipping 24 matching lines...) Expand all Loading... |
| 285 bottom: 0; | 276 bottom: 0; |
| 286 } | 277 } |
| 287 | 278 |
| 288 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { | 279 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { |
| 289 pointer-events: auto; | 280 pointer-events: auto; |
| 290 } | 281 } |
| 291 | 282 |
| 292 .cpu-profile-flame-chart-overview-pane { | 283 .cpu-profile-flame-chart-overview-pane { |
| 293 flex: 0 0 80px !important; | 284 flex: 0 0 80px !important; |
| 294 } | 285 } |
| OLD | NEW |