| 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 .timeline-overview-popover .frame .thumbnail img { | 513 .timeline-overview-popover .frame .thumbnail img { |
| 514 max-width: 300px; | 514 max-width: 300px; |
| 515 max-height: 500px; | 515 max-height: 500px; |
| 516 } | 516 } |
| 517 | 517 |
| 518 .timeline-tree-view { | 518 .timeline-tree-view { |
| 519 display: flex; | 519 display: flex; |
| 520 overflow: hidden; | 520 overflow: hidden; |
| 521 } | 521 } |
| 522 | 522 |
| 523 .timeline-tree-view > .toolbar { | 523 .timeline-tree-view .toolbar { |
| 524 border-bottom: 1px solid #dadada; | 524 border-bottom: 1px solid #dadada; |
| 525 } | 525 } |
| 526 | 526 |
| 527 .timeline-tree-view .data-grid { | 527 .timeline-tree-view .data-grid { |
| 528 border: none; | 528 border: none; |
| 529 flex: auto; | 529 flex: auto; |
| 530 } | 530 } |
| 531 | 531 |
| 532 .timeline-tree-view .data-grid .data-container { | 532 .timeline-tree-view .data-grid .data-container { |
| 533 overflow-y: scroll; | 533 overflow-y: scroll; |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 | 675 |
| 676 .timeline-landing-warning-close { | 676 .timeline-landing-warning-close { |
| 677 float: right; | 677 float: right; |
| 678 margin-top: -10px; | 678 margin-top: -10px; |
| 679 margin-right: -13px; | 679 margin-right: -13px; |
| 680 } | 680 } |
| 681 | 681 |
| 682 .timeline-landing-warning span[is=ui-icon] { | 682 .timeline-landing-warning span[is=ui-icon] { |
| 683 margin: -8px; | 683 margin: -8px; |
| 684 } | 684 } |
| OLD | NEW |