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..8c3902b5f8feb3d97f926f244bb055b075eef8d5 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,28 @@ |
| * found in the LICENSE file. |
| */ |
| +:host { |
| + padding: 12px; |
| + } |
| + |
| label { |
| - margin: 12px 0 0 0; |
| - padding: 0 4px 0 12px; |
| + margin: 0px 0 12px 0; |
| flex: none; |
| } |
| .media-row { |
| - display: flex; |
| + display: inline-block; |
|
lushnikov
2016/04/20 23:50:32
i believe this rule could be stripped down:
.medi
luoe
2016/04/22 00:44:50
Done.
|
| align-items: center; |
| - margin-top: 9px; |
| + margin-left: 25px; |
| flex: none; |
| } |
| .media-row > label { |
|
lushnikov
2016/04/20 23:50:32
this is not needed
luoe
2016/04/22 00:44:50
Done.
|
| margin: 0 5px 0 0; |
| } |
| + |
| +.panel-section-separator { |
| + height: 2px; |
| + margin-bottom: 12px; |
| + background: #f1f1f1; |
| +} |