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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
699 text-align: right; | 699 text-align: right; |
700 white-space: nowrap; | 700 white-space: nowrap; |
701 } | 701 } |
702 | 702 |
703 .timeline-details-row-data { | 703 .timeline-details-row-data { |
704 white-space: nowrap; | 704 white-space: nowrap; |
705 } | 705 } |
706 | 706 |
707 .timeline-details-view { | 707 .timeline-details-view { |
708 color: #333; | 708 color: #333; |
| 709 overflow: hidden; |
709 } | 710 } |
710 | 711 |
711 .timeline-details-view-title { | 712 .timeline-details-view-title { |
712 padding: 2px 5px; | 713 padding: 2px 5px; |
713 flex: 0 0 19px; | 714 flex: 0 0 19px; |
714 border-bottom: 1px solid rgb(202, 202, 202); | 715 border-bottom: 1px solid rgb(202, 202, 202); |
715 background-color: rgb(236, 236, 236); | 716 background-color: rgb(236, 236, 236); |
716 white-space: nowrap; | 717 white-space: nowrap; |
717 display: flex; | 718 display: flex; |
718 color: rgb(92, 110, 129); | 719 color: rgb(92, 110, 129); |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
798 display: none; | 799 display: none; |
799 } | 800 } |
800 | 801 |
801 .timeline-flamechart-view .flame-chart-main-pane .resources-divider-label { | 802 .timeline-flamechart-view .flame-chart-main-pane .resources-divider-label { |
802 text-align: center; | 803 text-align: center; |
803 } | 804 } |
804 | 805 |
805 .timeline-flamechart { | 806 .timeline-flamechart { |
806 overflow: hidden; | 807 overflow: hidden; |
807 } | 808 } |
OLD | NEW |