Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1833)

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_confirm_password.css

Issue 1115993002: ChromeOS Gaia: SAML password confirmation dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698