Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_vars_css.html |
| diff --git a/chrome/browser/resources/settings/settings_vars_css.html b/chrome/browser/resources/settings/settings_vars_css.html |
| index 326fa31ba84c209ccdc57b59a9f426dd73da6ea2..6516f23a4e1143e4b473a555aca014de6e690212 100644 |
| --- a/chrome/browser/resources/settings/settings_vars_css.html |
| +++ b/chrome/browser/resources/settings/settings_vars_css.html |
| @@ -33,8 +33,16 @@ |
| --settings-page-vertical-margin: 21px; |
| + /* These are used for row items such as radio buttons, |
| + * check boxes, list items etc */ |
|
Dan Beam
2016/11/04 00:30:59
this should have a . at the end
Dan Beam
2016/11/04 00:30:59
can you expand this until a word exceeds 80 cols,
scottchen
2016/11/04 00:37:22
Done.
scottchen
2016/11/04 00:37:22
Done.
|
| --settings-row-min-height: 44px; |
| --settings-row-two-line-min-height: 56px; |
| + |
| + /* These are used for the settings-box containers, |
| + * which may contain one or more "row items" */ |
| + --settings-box-min-height: 48px; |
| + --settings-box-two-line-min-height: 60px; |
| + |
| --settings-secondary: { |
| color: var(--paper-grey-600); |
| font-weight: 400; |