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 <div id="oauth-enrollment" class="step no-logo hidden" hidden> | 5 <div id="oauth-enrollment" class="step no-logo hidden" hidden> |
6 <div id="oauth-enroll-cancel-button" class="oauth-enroll-button"></div> | 6 <div id="oauth-enroll-cancel-button" class="custom-gaia-button"></div> |
7 <div id="oauth-enroll-back-button" class="oauth-enroll-button" hidden></div> | 7 <div id="oauth-enroll-back-button" class="custom-gaia-button" hidden></div> |
8 <div id="oauth-enroll-step-contents"> | 8 <div id="oauth-enroll-step-contents"> |
9 <div id="oauth-enroll-step-signin"> | 9 <div id="oauth-enroll-step-signin"> |
10 <div id="oauth-enroll-auth-view-container"></div> | 10 <div id="oauth-enroll-auth-view-container"></div> |
11 </div> | 11 </div> |
12 <div id="oauth-enroll-step-working"> | 12 <div id="oauth-enroll-step-working"> |
13 <div class="oauth-enroll-step-content"> | 13 <div class="oauth-enroll-step-content"> |
14 <span class="oauth-enroll-step-icon"> | 14 <span class="oauth-enroll-step-icon"> |
15 <span class="spinner"></span> | 15 <span class="spinner"></span> |
16 </span> | 16 </span> |
17 <span class="oauth-enroll-step-message"> | 17 <span class="oauth-enroll-step-message"> |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 </div> | 73 </div> |
74 </p> | 74 </p> |
75 </div> | 75 </div> |
76 </div> | 76 </div> |
77 </div> | 77 </div> |
78 <div id="oauth-saml-notice-container"> | 78 <div id="oauth-saml-notice-container"> |
79 <span id="oauth-saml-notice-message"></span> | 79 <span id="oauth-saml-notice-message"></span> |
80 </div> | 80 </div> |
81 <div id="oauth-enrollment-controls" class="step-controls"></div> | 81 <div id="oauth-enrollment-controls" class="step-controls"></div> |
82 </div> | 82 </div> |
OLD | NEW |