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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |