OLD | NEW |
1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
4 */ | 4 */ |
5 | 5 |
6 #confirm-password { | 6 #confirm-password { |
7 height: 609px; /* Should be the same as #gaia-signin. */ | 7 height: 609px; /* Should be the same as #gaia-signin. */ |
8 padding: 70px; | 8 padding: 70px; |
9 width: 722px; /* Should be the same as #gaia-signin. */ | 9 width: 722px; /* Should be the same as #gaia-signin. */ |
10 } | 10 } |
(...skipping 29 matching lines...) Expand all Loading... |
40 #confirm-password-divider { | 40 #confirm-password-divider { |
41 margin-left: 44px; | 41 margin-left: 44px; |
42 margin-right: 30px; | 42 margin-right: 30px; |
43 } | 43 } |
44 | 44 |
45 #confirm-password-right { | 45 #confirm-password-right { |
46 -webkit-box-flex: 1; | 46 -webkit-box-flex: 1; |
47 margin-top: 1em; | 47 margin-top: 1em; |
48 } | 48 } |
49 | 49 |
| 50 .confirm-password .new-gaia-flow #step-logo { |
| 51 display: none; |
| 52 } |
| 53 |
| 54 .new-gaia-flow #saml-confirm-password, |
| 55 .new-gaia-flow #confirm-password { |
| 56 height: 528px; |
| 57 padding: 0; |
| 58 width: 448px; |
| 59 } |
| 60 |
50 <include src="gaia.css"> | 61 <include src="gaia.css"> |
OLD | NEW |