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