summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/screen_confirm_password.css
blob: 0b29e02f93aea05225a48c5f9633c44f9e443ceb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/* Copyright 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#confirm-password {
  height: 609px;  /* Should be the same as #gaia-signin. */
  padding: 70px;
  width: 722px;  /* Should be the same as #gaia-signin. */
}

#confirm-password .step-contents {
  -webkit-box-pack: center;
  display: -webkit-box;
  height: 100%;
}

#confirm-password-main {
  height: 100%;
  width: 310px;
}

#confirm-password-title {
  font-weight: bold;
}

#confirm-password-input-container {
  margin-bottom: 1em;
}

#confirm-password-error {
  color: rgb(221, 75, 57);
  margin-top: .5em;
}

#confirm-password:not(.error) #confirm-password-error {
  display: none;
}

#confirm-password-divider {
  margin-left: 44px;
  margin-right: 30px;
}

#confirm-password-right {
  -webkit-box-flex: 1;
  margin-top: 1em;
}

.confirm-password .new-gaia-flow #step-logo {
  display: none;
}

.new-gaia-flow #saml-confirm-password,
.new-gaia-flow #confirm-password {
  height: 528px;
  padding: 0;
  width: 448px;
}

<include src="gaia.css">