| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 pointer-events: auto; | 246 pointer-events: auto; |
| 247 } | 247 } |
| 248 | 248 |
| 249 .timeline-tree-item.selected .timeline-tree-item-expand-arrow { | 249 .timeline-tree-item.selected .timeline-tree-item-expand-arrow { |
| 250 background-color: white; | 250 background-color: white; |
| 251 } | 251 } |
| 252 | 252 |
| 253 #timeline-overview-events, | 253 #timeline-overview-events, |
| 254 #timeline-overview-memory, | 254 #timeline-overview-memory, |
| 255 #timeline-overview-power { | 255 #timeline-overview-power { |
| 256 flex: 0 0 79px; | 256 flex: 0 0 100px; |
| 257 z-index: 160; | 257 z-index: 160; |
| 258 width: 100%; | 258 width: 100%; |
| 259 margin-bottom: 1px; | |
| 260 } | 259 } |
| 261 | 260 |
| 262 #timeline-overview-memory { | 261 #timeline-overview-memory { |
| 263 flex-basis: 20px; | 262 flex-basis: 20px; |
| 264 } | 263 } |
| 265 | 264 |
| 266 #timeline-overview-frames { | 265 #timeline-overview-frames { |
| 267 flex-basis: 100px; | 266 flex-basis: 120px; |
| 268 } | 267 } |
| 269 | 268 |
| 270 #timeline-overview-pane { | 269 #timeline-overview-pane { |
| 271 flex: auto; | 270 flex: auto; |
| 272 position: relative; | 271 position: relative; |
| 273 overflow: hidden; | 272 overflow: hidden; |
| 274 } | 273 } |
| 275 | 274 |
| 276 #timeline-overview-container { | 275 #timeline-overview-container { |
| 277 display: flex; | 276 display: flex; |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 861 .timeline-gap { | 860 .timeline-gap { |
| 862 flex: none; | 861 flex: none; |
| 863 } | 862 } |
| 864 | 863 |
| 865 .timeline-filmstrip-preview { | 864 .timeline-filmstrip-preview { |
| 866 margin-top: 10px; | 865 margin-top: 10px; |
| 867 max-width: 200px; | 866 max-width: 200px; |
| 868 max-height: 200px; | 867 max-height: 200px; |
| 869 cursor: pointer; | 868 cursor: pointer; |
| 870 } | 869 } |
| OLD | NEW |