Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Side by Side Diff: Source/devtools/front_end/elementsPanel.css

Issue 59993003: DevTools: add title to computed fonts section (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixing nits Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/PlatformFontsSidebarPane.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/PlatformFontsSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698