Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / slow.css
blobceca2c3a468978214d14e79a8c24b6290c45173b
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 */
6 body {
7 background-color: #E6E6E6;
8 font-size: 12pt;
9 margin: 50px 40px 20px 40px;
10 text-align: center;
13 #container {
14 background-color: #fbfbfb;
15 border: 1px solid #AAA;
16 border-bottom: 1px solid #888;
17 border-radius: 3px;
18 box-shadow: 0 2px 2px #AAA;
19 color: #666;
20 margin: auto;
21 max-width: 540px;
22 min-height: 29px;
23 min-width: 200px;
24 padding: 20px 60px;
25 text-align: start;
28 #container-inner {
29 background-color: #fbfbfb;
30 margin-top: 25px;
31 text-align: center;
34 button {
35 -webkit-user-select: none;
36 background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
37 border: 1px solid rgba(0, 0, 0, 0.25);
38 border-radius: 2px;
39 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08),
40 inset 0 1px 2px rgba(255, 255, 255, 0.75);
41 margin-top: 10px;
42 min-height: 29px;
43 min-width: 65px;
44 padding: 8px 13px;
45 text-shadow: 0 1px 0 rgb(240, 240, 240);