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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css

Issue 1470783003: Timeline: do not show percent columns in Events tree view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 964
965 .timeline-tree-view .data-grid tr:hover td:not(.bottom-filler-td) { 965 .timeline-tree-view .data-grid tr:hover td:not(.bottom-filler-td) {
966 background-color: rgba(0, 0, 0, 0.1); 966 background-color: rgba(0, 0, 0, 0.1);
967 } 967 }
968 968
969 .timeline-tree-view .data-grid td.numeric-column { 969 .timeline-tree-view .data-grid td.numeric-column {
970 text-align: right; 970 text-align: right;
971 position: relative; 971 position: relative;
972 } 972 }
973 973
974 .timeline-tree-view .data-grid div.profile-multiple-values { 974 .timeline-tree-view .data-grid div.background-percent-bar {
975 float: right; 975 float: right;
976 } 976 }
977 977
978 .timeline-tree-view .data-grid span.percent-column { 978 .timeline-tree-view .data-grid span.percent-column {
979 color: #888; 979 color: #888;
980 width: 44px; 980 width: 44px;
981 display: inline-block; 981 display: inline-block;
982 } 982 }
983 983
984 .timeline-tree-view .data-grid tr.selected span { 984 .timeline-tree-view .data-grid tr.selected span {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 border-bottom-color: transparent; 1038 border-bottom-color: transparent;
1039 } 1039 }
1040 1040
1041 .timeline-tree-view .timeline-details-view-body .banner { 1041 .timeline-tree-view .timeline-details-view-body .banner {
1042 background-color: inherit; 1042 background-color: inherit;
1043 } 1043 }
1044 1044
1045 .timeline-details #filter-input-field { 1045 .timeline-details #filter-input-field {
1046 width: 120px; 1046 width: 120px;
1047 } 1047 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698