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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 } | 757 } |
758 | 758 |
759 .timeline-details-view-row-details { | 759 .timeline-details-view-row-details { |
760 padding-left: 10px; | 760 padding-left: 10px; |
761 } | 761 } |
762 | 762 |
763 .timeline-details-view-row-details .image-preview-container { | 763 .timeline-details-view-row-details .image-preview-container { |
764 padding: 10px; | 764 padding: 10px; |
765 } | 765 } |
766 | 766 |
| 767 .timeline-details-view-row-details table { |
| 768 padding-left: 10px; |
| 769 } |
| 770 |
| 771 .timeline-details-view-row-details table td { |
| 772 text-align: left; |
| 773 } |
| 774 |
767 .timeline-details-view-row-stack-trace { | 775 .timeline-details-view-row-stack-trace { |
768 padding: 4px 0 4px 20px; | 776 padding: 4px 0 4px 20px; |
769 } | 777 } |
770 | 778 |
771 .timeline-details-view-row-stack-trace div { | 779 .timeline-details-view-row-stack-trace div { |
772 white-space: nowrap; | 780 white-space: nowrap; |
773 text-overflow: ellipsis; | 781 text-overflow: ellipsis; |
774 } | 782 } |
775 | 783 |
776 .timeline-details-view-row-stack-trace .webkit-html-external-link, | 784 .timeline-details-view-row-stack-trace .webkit-html-external-link, |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
823 bottom: 0px; | 831 bottom: 0px; |
824 left: 0px; | 832 left: 0px; |
825 color: #777; | 833 color: #777; |
826 background-color: rgba(255, 255, 255, 0.8); | 834 background-color: rgba(255, 255, 255, 0.8); |
827 font-size: 30px; | 835 font-size: 30px; |
828 z-index: 500; | 836 z-index: 500; |
829 display: flex; | 837 display: flex; |
830 justify-content: center; | 838 justify-content: center; |
831 align-items: center; | 839 align-items: center; |
832 } | 840 } |
OLD | NEW |