OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2009 Google Inc. All rights reserved. | 2 * Copyright (C) 2009 Google Inc. All rights reserved. |
3 * Copyright (C) 2010 Apple Inc. All rights reserved. | 3 * Copyright (C) 2010 Apple Inc. All rights reserved. |
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 are | 6 * modification, are permitted provided that the following conditions are |
7 * met: | 7 * met: |
8 * | 8 * |
9 * * Redistributions of source code must retain the above copyright | 9 * * 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 } | 264 } |
265 | 265 |
266 .cycled-ancessor-node { | 266 .cycled-ancessor-node { |
267 opacity: 0.6; | 267 opacity: 0.6; |
268 } | 268 } |
269 | 269 |
270 #heap-recording-view .heap-snapshot-view { | 270 #heap-recording-view .heap-snapshot-view { |
271 top: 80px; | 271 top: 80px; |
272 } | 272 } |
273 | 273 |
274 .overview-container { | |
275 overflow: hidden; | |
276 position: absolute; | |
277 top: 0px; | |
278 width: 100%; | |
279 height: 80px; | |
280 } | |
281 | |
282 #heap-recording-overview-grid .resources-dividers-label-bar { | 274 #heap-recording-overview-grid .resources-dividers-label-bar { |
283 pointer-events: auto; | 275 pointer-events: auto; |
284 } | 276 } |
285 | 277 |
286 #heap-recording-overview-container { | |
287 border-bottom: 1px solid rgba(0, 0, 0, 0.3); | |
288 } | |
289 | |
290 .heap-recording-overview-canvas { | 278 .heap-recording-overview-canvas { |
291 position: absolute; | 279 position: absolute; |
292 top: 20px; | 280 top: 20px; |
293 left: 0; | 281 left: 0; |
294 right: 0; | 282 right: 0; |
295 bottom: 0; | 283 bottom: 0; |
296 } | 284 } |
| 285 |
| 286 #profile-views .heap-snapshot-view #heap-recording-view .overview-container { |
| 287 height: 80px; |
| 288 } |
| 289 |
| 290 #profile-views #heap-recording-view .overview-container { |
| 291 height: 100%; |
| 292 } |
OLD | NEW |