Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/main/renderingOptions.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/renderingOptions.css b/third_party/WebKit/Source/devtools/front_end/main/renderingOptions.css |
| index fa3559fc791ff6bd390dd689415ddffbc191bce5..019ddf0bd04fb027bb989a126cc84f67f6b9145c 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/main/renderingOptions.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/main/renderingOptions.css |
| @@ -4,19 +4,33 @@ |
| * found in the LICENSE file. |
| */ |
| +:host { |
| + padding: 12px; |
| + } |
| + |
| label { |
| - margin: 12px 0 0 0; |
| - padding: 0 4px 0 12px; |
| + margin: 0px 0px 10px 0px; |
| flex: none; |
| } |
| .media-row { |
| - display: flex; |
| - align-items: center; |
| - margin-top: 9px; |
| - flex: none; |
| + margin-left: 25px; |
| +} |
| + |
| +.panel-section-separator { |
| + height: 1px; |
| + margin-bottom: 10px; |
| + background: #f0f0f0; |
| +} |
| + |
| +.dt-checkbox-text { |
|
pfeldman
2016/04/30 02:53:33
All dt- custom elements should go into UIUtils.
|
| + color: #262626; |
| + font-size: 12px; |
| + margin-left: 6px; |
| } |
| -.media-row > label { |
| - margin: 0 5px 0 0; |
| +.dt-checkbox-subtitle { |
| + color: #4a4a4a; |
| + font-size: 10px; |
|
pfeldman
2016/04/30 02:53:33
We should not use the font <12px.
|
| + margin-top: 2px; |
| } |