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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 background-color: #eee; | 451 background-color: #eee; |
452 overflow-y: hidden; | 452 overflow-y: hidden; |
453 } | 453 } |
454 | 454 |
455 #memory-graphs-container .sidebar-tree-section { | 455 #memory-graphs-container .sidebar-tree-section { |
456 flex: 0 0 24px; | 456 flex: 0 0 24px; |
457 padding: 5px 0 0 5px; | 457 padding: 5px 0 0 5px; |
458 } | 458 } |
459 | 459 |
460 .memory-counter-sidebar-info { | 460 .memory-counter-sidebar-info { |
461 flex: 0 0 18px; | 461 flex: 0 0 20px; |
462 margin-left: 5px; | 462 margin-left: 5px; |
463 white-space: nowrap; | 463 white-space: nowrap; |
464 } | 464 } |
465 | 465 |
466 .memory-counter-sidebar-info .swatch { | 466 .memory-counter-sidebar-info .range { |
467 margin-left: 1px; | 467 margin: 0 4px; |
468 margin-right: 2px; | |
469 width: 10px; | |
470 height: 10px; | |
471 position: relative; | |
472 top: 1px; | |
473 display: inline-block; | |
474 line-height: 1px; | |
475 background-image: none; | |
476 border: 1px solid rgba(0,0,0,0.3); | |
477 opacity: 0.5; | |
478 -webkit-user-select: none; | |
479 } | |
480 | |
481 .memory-counter-sidebar-info .title { | |
482 margin: 4px; | |
483 } | 468 } |
484 | 469 |
485 .memory-counter-value { | 470 .memory-counter-value { |
486 margin: 4px; | 471 margin: 4px; |
487 } | 472 } |
488 | 473 |
489 #counter-values-bar { | 474 #counter-values-bar { |
490 flex: 0 0 18px; | 475 flex: 0 0 18px; |
491 border-bottom: solid 1px lightgray; | 476 border-bottom: solid 1px lightgray; |
492 width: 100%; | 477 width: 100%; |
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1053 position: absolute; | 1038 position: absolute; |
1054 right: -2px; | 1039 right: -2px; |
1055 bottom: 0px; | 1040 bottom: 0px; |
1056 border-bottom: 1px solid hsl(0, 100%, 74%); | 1041 border-bottom: 1px solid hsl(0, 100%, 74%); |
1057 } | 1042 } |
1058 | 1043 |
1059 .timeline-tree-view .data-grid .selected .background-bar { | 1044 .timeline-tree-view .data-grid .selected .background-bar { |
1060 background-color: rgba(255,255,255,0.25); | 1045 background-color: rgba(255,255,255,0.25); |
1061 border-bottom-color: transparent; | 1046 border-bottom-color: transparent; |
1062 } | 1047 } |
OLD | NEW |