cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / gesture_config.css
blobeec68a93155bca6482db392bce0b77b769b237bd
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-family: 'Noto Sans UI', 'Droid Sans Fallback', sans-serif;
7 font-size: 12px;
10 form {
11 display: table;
12 margin: 8px;
15 h2 {
16 border-bottom: 1px solid rgb(238, 238, 238);
17 color: rgb(48, 57, 66);
20 .buttons-pane {
21 display: inline-block;
22 width: 100%;
25 #reset-all-button {
26 float: right;
27 min-width: 15em;
30 html[dir=rtl] #reset-all-button {
31 float: left;
34 .input {
35 text-align: right;
36 width: 110px;
39 html[dir=rtl] .input {
40 text-align: left;
43 .row {
44 display: table-row;
47 .row-label {
48 display: table-cell;
49 font-size: 16px;
50 text-align: right;
51 width: 370px;
54 html[dir=rtl] .row-label {
55 text-align: left;
58 .row-input {
59 display: table-cell;
62 .row-units {
63 display: table-cell;
64 text-align: left;
65 width: 100px;
68 html[dir=rtl] .row-units {
69 text-align: right;
72 .row-reset {
73 display: table-cell;
74 font-size: 12px;
75 width: 100%;
78 .section-properties {
79 border-spacing: 8px;
80 display: table;
83 #section-row-template,
84 #section-template {
85 display: none;