Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / salsa.css
blobf2c348526e6b8668a042bad6d9223f89f21aa8b5
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. */
5 #entry-list {
6 list-style-type: none;
7 width: 900px;
10 .entry {
11 width: 100%;
14 .entry-key {
15 font-size: small;
18 .entry-value {
19 font-size: small;
22 .bold {
23 font-weight: bold;
26 #treatment-header {
27 display: table-cell;
28 padding-right: 20px;
29 vertical-align: middle;
32 .treatment {
33 display: table-cell;
34 height: 40px;
35 text-align: center;
36 vertical-align: middle;
37 width: 40px;
40 .selected {
41 border: 2px solid black;
42 border-radius: 20px;
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;
54 #instructions {
55 text-align: left;
58 #treatment-list {
59 display: inline-block;