OLD | NEW |
1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 2015 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 #oauth-enrollment { | 6 #oauth-enrollment { |
7 height: 609px; | 7 height: 528px; |
8 padding: 0; | 8 padding: 0; |
9 width: 522px; | 9 width: 448px; |
10 } | 10 } |
11 | 11 |
12 #oauth-enrollment.saml { | 12 #oauth-enrollment.saml { |
13 height: 528px; | 13 height: 528px; |
14 width: 562px; | 14 width: 562px; |
15 } | 15 } |
16 | 16 |
17 #oauth-enroll-step-contents { | 17 #oauth-enroll-step-contents { |
18 color: #666; | 18 color: #666; |
19 height: 100%; | 19 height: 100%; |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 border-color: black; | 192 border-color: black; |
193 font-size: 16px; | 193 font-size: 16px; |
194 position: relative; | 194 position: relative; |
195 width: 250px; | 195 width: 250px; |
196 } | 196 } |
197 | 197 |
198 .oauth-enroll-textbox.auth-enroll-attribute-label { | 198 .oauth-enroll-textbox.auth-enroll-attribute-label { |
199 display: inline; | 199 display: inline; |
200 position: relative; | 200 position: relative; |
201 } | 201 } |
OLD | NEW |