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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 color: #999; | 58 color: #999; |
59 width: 48px; | 59 width: 48px; |
60 display: inline-block; | 60 display: inline-block; |
61 } | 61 } |
62 | 62 |
63 .profile-view .data-grid tr.selected span { | 63 .profile-view .data-grid tr.selected span { |
64 color: inherit; | 64 color: inherit; |
65 } | 65 } |
66 | 66 |
67 .profiles-toolbar { | 67 .profiles-toolbar { |
68 display: flex; | 68 background-color: white; |
69 background-color: #f3f3f3; | 69 border-bottom: 1px solid #ddd; |
70 flex: 0 0 25px; | |
71 flex-direction: row; | |
72 border-bottom: 1px solid rgb(202, 202, 202); | |
73 } | 70 } |
74 | 71 |
75 .profiles-sidebar-tree-box { | 72 .profiles-sidebar-tree-box { |
76 flex: auto; | 73 flex: auto; |
77 } | 74 } |
78 | 75 |
79 .profile-view { | 76 .profile-view { |
80 display: flex; | 77 display: flex; |
81 overflow: hidden; | 78 overflow: hidden; |
82 } | 79 } |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 bottom: 0; | 208 bottom: 0; |
212 } | 209 } |
213 | 210 |
214 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { | 211 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { |
215 pointer-events: auto; | 212 pointer-events: auto; |
216 } | 213 } |
217 | 214 |
218 .cpu-profile-flame-chart-overview-pane { | 215 .cpu-profile-flame-chart-overview-pane { |
219 flex: 0 0 80px !important; | 216 flex: 0 0 80px !important; |
220 } | 217 } |
OLD | NEW |