diff options
Diffstat (limited to 'chrome/browser/resources/settings/a11y_page/a11y_page.css')
-rw-r--r-- | chrome/browser/resources/settings/a11y_page/a11y_page.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.css b/chrome/browser/resources/settings/a11y_page/a11y_page.css new file mode 100644 index 0000000..2277ed3 --- /dev/null +++ b/chrome/browser/resources/settings/a11y_page/a11y_page.css @@ -0,0 +1,23 @@ +/* Copyright 2015 The Chromium Authors. All rights reserved. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ + +.autoclick-delay-label { + -webkit-margin-end: 0; + -webkit-margin-start: 40px; + margin-bottom: 10px; + margin-top: 0; +} + +.autoclick-dropdown { + -webkit-margin-start: 10px; +} + +.autoclick-dropdown::shadow paper-dropdown-menu { + margin: 0; + padding: 0 0 0.25em; +} + +.more-a11y-link { + margin-bottom: 10px; +} |