| 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 background-image: url(Images/checker.png); | 578 background-image: url(Images/checker.png); |
| 579 -webkit-user-select: text; | 579 -webkit-user-select: text; |
| 580 -webkit-user-drag: auto; | 580 -webkit-user-drag: auto; |
| 581 } | 581 } |
| 582 | 582 |
| 583 .image-container { | 583 .image-container { |
| 584 padding: 0; | 584 padding: 0; |
| 585 } | 585 } |
| 586 | 586 |
| 587 .timeline-filters-header { | 587 .timeline-filters-header { |
| 588 flex: 0 0 23px; | |
| 589 overflow: hidden; | 588 overflow: hidden; |
| 589 flex: none; |
| 590 } | 590 } |
| 591 | 591 |
| 592 .timeline-details { | 592 .timeline-details { |
| 593 vertical-align: top; | 593 vertical-align: top; |
| 594 } | 594 } |
| 595 | 595 |
| 596 .timeline-details-title { | 596 .timeline-details-title { |
| 597 border-bottom: 1px solid #B8B8B8; | 597 border-bottom: 1px solid #B8B8B8; |
| 598 font-weight: bold; | 598 font-weight: bold; |
| 599 padding-bottom: 5px; | 599 padding-bottom: 5px; |
| (...skipping 262 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 |