Elim cr-checkbox
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / screen_confirm_password.css
blob0b29e02f93aea05225a48c5f9633c44f9e443ceb
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 .confirm-password .new-gaia-flow #step-logo {
51 display: none;
54 .new-gaia-flow #saml-confirm-password,
55 .new-gaia-flow #confirm-password {
56 height: 528px;
57 padding: 0;
58 width: 448px;
61 <include src="gaia.css">