Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / salsa.css
blobb4a2b3eee293b2b878b5638a53b86e62c52f57ed
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 .entry-value {
16 font-size: small;
20 span {
21 font-weight: bold;
24 #treatment-header {
25 display: table-cell;
26 padding-right: 20px;
27 vertical-align: middle;
30 .treatment {
31 display: table-cell;
32 height: 40px;
33 text-align: center;
34 vertical-align: middle;
35 width: 40px;
38 .selected {
39 border: 2px solid black;
40 border-radius: 20px;
43 #bounding-box {
44 border: 1px solid black;
45 border-radius: 10px;
46 margin: 50px;
47 padding: 15px;
48 text-align: center;
49 width: 600px;
52 #instructions {
53 text-align: left;
56 #treatment-list {
57 display: inline-block;