Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Side by Side Diff: Source/devtools/front_end/timelinePanel.css

Issue 213673005: Timeline: show selected event details in Tracing mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« Source/devtools/front_end/TimelineTracingView.js ('K') | « Source/devtools/front_end/TracingModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698