- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / salsa.css
1 /* Copyright 2013 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 #entry-list {
6   list-style-type: none;
7   width: 900px;
8 }
9
10 .entry {
11   width: 100%;
12 }
13
14 .entry-key {
15   font-size: small;
16 }
17
18 .entry-value {
19   font-size: small;
20 }
21
22 .bold {
23   font-weight: bold;
24 }
25
26 #treatment-header {
27   display: table-cell;
28   padding-right: 20px;
29   vertical-align: middle;
30 }
31
32 .treatment {
33   display: table-cell;
34   height: 40px;
35   text-align: center;
36   vertical-align: middle;
37   width: 40px;
38 }
39
40 .selected {
41   border: 2px solid black;
42   border-radius: 20px;
43 }
44
45 #bounding-box {
46   border: 1px solid black;
47   border-radius: 10px;
48   margin: 50px;
49   padding: 15px;
50   text-align: center;
51   width: 600px;
52 }
53
54 #instructions {
55   text-align: left;
56 }
57
58 #treatment-list {
59   display: inline-block;
60 }