Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / screen_confirm_password.css
blob9fc699f87a625430f5673fb1f0c7d23cdc1e50cd
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 #confirm-password {
7 height: 609px; /* Should be the same as #gaia-signin. */
8 padding: 70px;
9 width: 722px; /* Should be the same as #gaia-signin. */
12 #confirm-password .step-contents {
13 -webkit-box-pack: center;
14 display: -webkit-box;
15 height: 100%;
18 #confirm-password-main {
19 height: 100%;
20 width: 310px;
23 #confirm-password-title {
24 font-weight: bold;
27 #confirm-password-input-container {
28 margin-bottom: 1em;
31 #confirm-password-error {
32 color: rgb(221, 75, 57);
33 margin-top: .5em;
36 #confirm-password:not(.error) #confirm-password-error {
37 display: none;
40 #confirm-password-divider {
41 margin-left: 44px;
42 margin-right: 30px;
45 #confirm-password-right {
46 -webkit-box-flex: 1;
47 margin-top: 1em;
50 <include src="gaia.css">