summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/a11y_page/a11y_page.css
blob: 65537ee02ff5767569fee04f7ef03ad8d6635f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* 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;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  margin-top: 0;
}

#autoclickDropdown {
  -webkit-margin-start: 10px;
}

.more-a11y-link {
  margin-bottom: 10px;
}