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