| Index: chrome/browser/resources/settings/a11y_page/a11y_page.css
|
| diff --git a/chrome/browser/resources/settings/checkbox/checkbox.css b/chrome/browser/resources/settings/a11y_page/a11y_page.css
|
| similarity index 53%
|
| copy from chrome/browser/resources/settings/checkbox/checkbox.css
|
| copy to chrome/browser/resources/settings/a11y_page/a11y_page.css
|
| index 0acbdbd9744e7944310ce53745569dc7c32800bc..65537ee02ff5767569fee04f7ef03ad8d6635f91 100644
|
| --- a/chrome/browser/resources/settings/checkbox/checkbox.css
|
| +++ b/chrome/browser/resources/settings/a11y_page/a11y_page.css
|
| @@ -2,18 +2,19 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -#checkbox {
|
| - -webkit-margin-end: 10px;
|
| -}
|
| -
|
| -core-label {
|
| - -webkit-margin-end: 10px;
|
| - -webkit-margin-start: 0;
|
| +.autoclick-delay-label {
|
| + -webkit-margin-end: 0;
|
| + -webkit-margin-start: 40px;
|
| + align-items: center;
|
| + display: flex;
|
| margin-bottom: 10px;
|
| - margin-top: 10px;
|
| + margin-top: 0;
|
| }
|
|
|
| -.sub-label {
|
| +#autoclickDropdown {
|
| -webkit-margin-start: 10px;
|
| - color: rgba(0, 0, 0, .5);
|
| +}
|
| +
|
| +.more-a11y-link {
|
| + margin-bottom: 10px;
|
| }
|
|
|