Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_shared_css.html |
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html |
| index 001f436da70d99c2c4a73ae16f70296689bf276e..098531e250907e30d40d23e9fc1a35f8837c9025 100644 |
| --- a/chrome/browser/resources/settings/settings_shared_css.html |
| +++ b/chrome/browser/resources/settings/settings_shared_css.html |
| @@ -90,7 +90,6 @@ |
| font-weight: 500; |
| text-align: start; |
| }; |
| - margin: 0 -0.57em; /* Offsets default paper-button padding. */ |
| } |
| paper-button.secondary-button { |
| @@ -108,6 +107,18 @@ |
| }; |
| } |
| + /* TODO(dschuyler): check with Alan about whether action buttons should |
| + * shift over. */ |
| + .settings-box paper-button.action-button, |
| + .settings-box paper-button.primary-button, |
| + .settings-box paper-button.secondary-button, |
| + .settings-box paper-button.secondary-button { |
| + margin-left: -12px; |
| + margin-right: -12px; |
| + padding-left: 12px; |
| + padding-right: 12px; |
| + } |
| + |
| paper-checkbox { |
| --paper-checkbox-checked-color: var(--google-blue-500); |
| --paper-checkbox-label-spacing: var(--checkbox-spacing); |
| @@ -136,11 +147,6 @@ |
| white-space: nowrap; |
| } |
| - .button-row { |
|
dschuyler
2016/05/20 01:06:37
This was not used at all. So this is just
some cle
|
| - display: flex; |
| - margin-top: 25px; |
| - } |
| - |
| .button-strip { |
| text-align: end; |
| } |