summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/options/chromeos/keyboard_overlay.css
blob: 89b913d66123bdc1a56806eb2786e4aaacfcabb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Copyright 2013 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. */

#send-function-keys-description {
  color: gray;
}

#auto-repeat-settings-section {
  -webkit-margin-start: 30px;
  display: table;
  white-space: nowrap;
}

#auto-repeat-settings-section .row {
  display: table-row;
}

#auto-repeat-settings-section .row > * {
  display: table-cell;
}

#auto-repeat-settings-section input[type='range'] {
  margin-left: 5px;
  margin-right: 5px;
}