Chromium Code Reviews| Index: Source/devtools/front_end/elementsPanel.css |
| diff --git a/Source/devtools/front_end/elementsPanel.css b/Source/devtools/front_end/elementsPanel.css |
| index a7fb893ce3b0ec452916fd50b86dd509b9c2da2f..b0c71e3b89c1785dcd992f16427b06768d1df3b1 100644 |
| --- a/Source/devtools/front_end/elementsPanel.css |
| +++ b/Source/devtools/front_end/elementsPanel.css |
| @@ -541,7 +541,6 @@ |
| -webkit-user-drag: auto; |
| } |
| - |
| .sidebar-pane.composite { |
| overflow: hidden; |
| position: absolute; |
| @@ -560,12 +559,37 @@ |
| -webkit-justify-content: center; |
| } |
| +.sidebar-pane.composite .computed-style { |
| + border-bottom: 1px solid rgb(64%, 64%, 64%); |
| +} |
| + |
| .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar { |
| margin-top: 4px; |
| margin-bottom: -4px; |
| position: relative; |
| } |
| +.sidebar-pane.composite .platform-fonts { |
| + padding: 1ex; |
| + -webkit-user-select: text; |
| +} |
| + |
| +.sidebar-pane.composite .platform-fonts .stats-section { |
| + margin-bottom: 5px; |
| +} |
| + |
| +.sidebar-pane.composite .platform-fonts .css-font-value { |
| + margin-left: 1ex; |
| +} |
| + |
| +.sidebar-pane.composite .platform-fonts .font-stats-item { |
| + padding-left: 1em; |
| +} |
| + |
| +.sidebar-pane.composite .platform-fonts .font-stats-item .delimeter { |
| + margin: 0px 1ex 0px 1ex; |
|
aandrey
2013/08/22 13:05:35
0px -> 0
lushnikov
2013/08/22 14:52:39
Done.
|
| +} |
| + |
| .sidebar-pane.composite .sidebar-pane-toolbar > .sidebar-pane-subtitle { |
| left: 8px; |
| } |