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 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
745 flex: auto; | 745 flex: auto; |
746 } | 746 } |
747 | 747 |
748 .timeline-memory-split > .split-view-contents-first { | 748 .timeline-memory-split > .split-view-contents-first { |
749 overflow: hidden; | 749 overflow: hidden; |
750 } | 750 } |
751 | 751 |
752 .timeline-aggregated-info { | 752 .timeline-aggregated-info { |
753 flex: none; | 753 flex: none; |
754 position: relative; | 754 position: relative; |
755 margin: 8px 2px; | 755 margin: 8px; |
756 width: 200px; | 756 } |
| 757 |
| 758 .timeline-range-summary { |
| 759 align-items: center; |
| 760 margin: 6px; |
757 } | 761 } |
758 | 762 |
759 .timeline-aggregated-info-legend > div { | 763 .timeline-aggregated-info-legend > div { |
760 overflow: hidden; | 764 overflow: hidden; |
761 white-space: nowrap; | 765 white-space: nowrap; |
762 text-overflow: ellipsis; | 766 text-overflow: ellipsis; |
763 } | 767 } |
764 | 768 |
765 .timeline-aggregated-info .pie-chart { | 769 .timeline-aggregated-info .pie-chart { |
766 margin-left: 20px; | 770 margin-left: 20px; |
(...skipping 16 matching lines...) Expand all Loading... |
783 z-index: 500; | 787 z-index: 500; |
784 display: flex; | 788 display: flex; |
785 justify-content: center; | 789 justify-content: center; |
786 align-items: center; | 790 align-items: center; |
787 } | 791 } |
788 | 792 |
789 .revealable-link { | 793 .revealable-link { |
790 text-decoration: underline; | 794 text-decoration: underline; |
791 cursor: pointer; | 795 cursor: pointer; |
792 } | 796 } |
OLD | NEW |