summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/gesture_config.css
blob: 71030769fd380490266614280f82bc3bef483bda (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/* Copyright (c) 2012 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. */

body {
  font-size: 12px;
}

form {
  display: table;
  margin: 8px;
}

h2 {
  border-bottom: 1px solid rgb(238, 238, 238);
  color: rgb(48, 57, 66);
}

.buttons-pane {
  display: inline-block;
  width: 100%;
}

#reset-all-button {
  float: right;
  min-width: 15em;
}

html[dir=rtl] #reset-all-button {
  float: left;
}

.input {
  text-align: right;
  width: 110px;
}

html[dir=rtl] .input {
  text-align: left;
}

.row {
  display: table-row;
}

.row-label {
  display: table-cell;
  font-size: 16px;
  text-align: right;
  width: 370px;
}

html[dir=rtl] .row-label {
  text-align: left;
}

.row-input {
  display: table-cell;
}

.row-units {
  display: table-cell;
  text-align: left;
  width: 100px;
}

html[dir=rtl] .row-units {
  text-align: right;
}

.row-reset {
  display: table-cell;
  font-size: 12px;
  width: 100%;
}

.section-properties {
  border-spacing: 8px;
  display: table;
}

#section-row-template,
#section-template {
  display: none;
}