Chromium Code Reviews| Index: chrome/browser/resources/chromeos/login/oobe_a11y_option.css |
| diff --git a/chrome/browser/resources/chromeos/login/oobe_a11y_option.css b/chrome/browser/resources/chromeos/login/oobe_a11y_option.css |
| index 87f86c42f89d5e7169e6ff4436d8a90fe9fb236f..280b5b8e586390e8d7ca16259c02afc9161b7b6b 100644 |
| --- a/chrome/browser/resources/chromeos/login/oobe_a11y_option.css |
| +++ b/chrome/browser/resources/chromeos/login/oobe_a11y_option.css |
| @@ -9,12 +9,15 @@ |
| } |
| #elementBox { |
| + padding: 0 10px; |
| width: inherit; |
| } |
| paper-toggle-button { |
| + /* paper-toggle-button has fixed width of 36px. Make it 32. */ |
| + -webkit-transform: scale(.8888); |
| min-height: 20px; |
| - min-width: 36px; |
| + min-width: 32px; |
| } |
| #titleContainer { |