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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 | 572 |
573 .sidebar-pane.composite .metrics { | 573 .sidebar-pane.composite .metrics { |
574 border-bottom: 1px solid rgb(64%, 64%, 64%); | 574 border-bottom: 1px solid rgb(64%, 64%, 64%); |
575 height: 206px; | 575 height: 206px; |
576 display: -webkit-flex; | 576 display: -webkit-flex; |
577 -webkit-flex-direction: column; | 577 -webkit-flex-direction: column; |
578 -webkit-align-items: center; | 578 -webkit-align-items: center; |
579 -webkit-justify-content: center; | 579 -webkit-justify-content: center; |
580 } | 580 } |
581 | 581 |
582 .sidebar-pane.composite .computed-style { | |
583 border-bottom: 1px solid rgb(64%, 64%, 64%); | |
584 } | |
585 | |
586 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar { | 582 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar { |
587 margin-top: 4px; | 583 margin-top: 4px; |
588 margin-bottom: -4px; | 584 margin-bottom: -4px; |
589 position: relative; | 585 position: relative; |
590 } | 586 } |
591 | 587 |
592 .sidebar-pane.composite .platform-fonts { | 588 .sidebar-pane.composite .platform-fonts .body { |
593 padding: 1ex; | 589 padding: 1ex; |
594 -webkit-user-select: text; | 590 -webkit-user-select: text; |
595 } | 591 } |
596 | 592 |
| 593 .sidebar-pane.composite .platform-fonts .sidebar-separator { |
| 594 border-top: none; |
| 595 } |
| 596 |
597 .sidebar-pane.composite .platform-fonts .stats-section { | 597 .sidebar-pane.composite .platform-fonts .stats-section { |
598 margin-bottom: 5px; | 598 margin-bottom: 5px; |
599 } | 599 } |
600 | 600 |
601 .sidebar-pane.composite .platform-fonts .css-font-value { | 601 .sidebar-pane.composite .platform-fonts .css-font-value { |
602 margin-left: 1ex; | 602 margin-left: 1ex; |
603 } | 603 } |
604 | 604 |
605 .sidebar-pane.composite .platform-fonts .font-stats-item { | 605 .sidebar-pane.composite .platform-fonts .font-stats-item { |
606 padding-left: 1em; | 606 padding-left: 1em; |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
656 color: black; | 656 color: black; |
657 } | 657 } |
658 | 658 |
659 .styles-section:not(.read-only) .properties .webkit-css-property.styles-panel-ho
vered, | 659 .styles-section:not(.read-only) .properties .webkit-css-property.styles-panel-ho
vered, |
660 .styles-section:not(.read-only) .properties .value .styles-panel-hovered, | 660 .styles-section:not(.read-only) .properties .value .styles-panel-hovered, |
661 .styles-section:not(.read-only) .properties .value.styles-panel-hovered, | 661 .styles-section:not(.read-only) .properties .value.styles-panel-hovered, |
662 .styles-section:not(.read-only) span.simple-selector.styles-panel-hovered { | 662 .styles-section:not(.read-only) span.simple-selector.styles-panel-hovered { |
663 text-decoration: underline; | 663 text-decoration: underline; |
664 cursor: default; | 664 cursor: default; |
665 } | 665 } |
OLD | NEW |