- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / gesture_config.css
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. */
4
5 body {
6   font-family: 'Noto Sans UI', 'Droid Sans Fallback', sans-serif;
7   font-size: 12px;
8 }
9
10 form {
11   display: table;
12   margin: 8px;
13 }
14
15 h2 {
16   border-bottom: 1px solid rgb(238, 238, 238);
17   color: rgb(48, 57, 66);
18 }
19
20 .buttons-pane {
21   display: inline-block;
22   width: 100%;
23 }
24
25 #reset-all-button {
26   float: right;
27   min-width: 15em;
28 }
29
30 html[dir=rtl] #reset-all-button {
31   float: left;
32 }
33
34 .input {
35   text-align: right;
36   width: 110px;
37 }
38
39 html[dir=rtl] .input {
40   text-align: left;
41 }
42
43 .row {
44   display: table-row;
45 }
46
47 .row-label {
48   display: table-cell;
49   font-size: 16px;
50   text-align: right;
51   width: 370px;
52 }
53
54 html[dir=rtl] .row-label {
55   text-align: left;
56 }
57
58 .row-input {
59   display: table-cell;
60 }
61
62 .row-units {
63   display: table-cell;
64   text-align: left;
65   width: 100px;
66 }
67
68 html[dir=rtl] .row-units {
69   text-align: right;
70 }
71
72 .row-reset {
73   display: table-cell;
74   font-size: 12px;
75   width: 100%;
76 }
77
78 .section-properties {
79   border-spacing: 8px;
80   display: table;
81 }
82
83 #section-row-template,
84 #section-template {
85   display: none;
86 }