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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 | 267 |
268 #timeline-overview-network { | 268 #timeline-overview-network { |
269 flex-basis: 39px; | 269 flex-basis: 39px; |
270 } | 270 } |
271 | 271 |
272 #timeline-overview-memory { | 272 #timeline-overview-memory { |
273 flex-basis: 20px; | 273 flex-basis: 20px; |
274 } | 274 } |
275 | 275 |
276 #timeline-overview-frames { | 276 #timeline-overview-frames { |
277 flex-basis: 120px; | 277 flex-basis: 102px; |
278 } | 278 } |
279 | 279 |
280 #timeline-overview-pane { | 280 #timeline-overview-pane { |
281 flex: auto; | 281 flex: auto; |
282 position: relative; | 282 position: relative; |
283 overflow: hidden; | 283 overflow: hidden; |
284 } | 284 } |
285 | 285 |
286 #timeline-overview-container { | 286 #timeline-overview-container { |
287 display: flex; | 287 display: flex; |
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
879 cursor: pointer; | 879 cursor: pointer; |
880 } | 880 } |
881 | 881 |
882 .timeline-overview-popover .frame .time { | 882 .timeline-overview-popover .frame .time { |
883 display: none; | 883 display: none; |
884 } | 884 } |
885 | 885 |
886 .timeline-overview-popover .frame .thumbnail img { | 886 .timeline-overview-popover .frame .thumbnail img { |
887 max-width: 200px; | 887 max-width: 200px; |
888 } | 888 } |
OLD | NEW |