Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / gesture_config.css
blob71030769fd380490266614280f82bc3bef483bda
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 body {
6 font-size: 12px;
9 form {
10 display: table;
11 margin: 8px;
14 h2 {
15 border-bottom: 1px solid rgb(238, 238, 238);
16 color: rgb(48, 57, 66);
19 .buttons-pane {
20 display: inline-block;
21 width: 100%;
24 #reset-all-button {
25 float: right;
26 min-width: 15em;
29 html[dir=rtl] #reset-all-button {
30 float: left;
33 .input {
34 text-align: right;
35 width: 110px;
38 html[dir=rtl] .input {
39 text-align: left;
42 .row {
43 display: table-row;
46 .row-label {
47 display: table-cell;
48 font-size: 16px;
49 text-align: right;
50 width: 370px;
53 html[dir=rtl] .row-label {
54 text-align: left;
57 .row-input {
58 display: table-cell;
61 .row-units {
62 display: table-cell;
63 text-align: left;
64 width: 100px;
67 html[dir=rtl] .row-units {
68 text-align: right;
71 .row-reset {
72 display: table-cell;
73 font-size: 12px;
74 width: 100%;
77 .section-properties {
78 border-spacing: 8px;
79 display: table;
82 #section-row-template,
83 #section-template {
84 display: none;