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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html

Issue 1148113002: UI: Increased spacing on AIDE prompt screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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-step-contents"> 6 <div id="oauth-enroll-step-contents">
7 <div id="oauth-enroll-step-signin"> 7 <div id="oauth-enroll-step-signin">
8 <div id="oauth-enroll-auth-view-container"></div> 8 <div id="oauth-enroll-auth-view-container"></div>
9 </div> 9 </div>
10 <div id="oauth-enroll-step-error"> 10 <div id="oauth-enroll-step-error">
(...skipping 15 matching lines...) Expand all
26 <p class="enterprise-info" 26 <p class="enterprise-info"
27 i18n-content="oauthEnrollDeviceInformation"></p> 27 i18n-content="oauthEnrollDeviceInformation"></p>
28 </div> 28 </div>
29 <div class="footer" flex vertical layout justified> 29 <div class="footer" flex vertical layout justified>
30 <div class="oauth-enroll-step-message"> 30 <div class="oauth-enroll-step-message">
31 <span id="oauth-enroll-attribute-prompt-message" 31 <span id="oauth-enroll-attribute-prompt-message"
32 i18n-content="oauthEnrollAttributeExplanation"></span> 32 i18n-content="oauthEnrollAttributeExplanation"></span>
33 <a href="#" id="oauth-enroll-learn-more-link" 33 <a href="#" id="oauth-enroll-learn-more-link"
34 class="oauth-enroll-link" 34 class="oauth-enroll-link"
35 i18n-content="oauthEnrollExplaneAttributeLink"></a> 35 i18n-content="oauthEnrollExplaneAttributeLink"></a>
36 <gaia-input-form i18n-values="buttonText:oauthEnrollNextBtn"> 36 <gaia-input-form id="oauth-enroll-attribute-input"
37 i18n-values="buttonText:oauthEnrollNextBtn">
37 <gaia-input id="oauth-enroll-asset-id" 38 <gaia-input id="oauth-enroll-asset-id"
38 type="text" 39 type="text"
39 i18n-values="label:oauthEnrollAssetIdLabel"> 40 i18n-values="label:oauthEnrollAssetIdLabel">
40 </gaia-input> 41 </gaia-input>
41 <gaia-input id="oauth-enroll-location" 42 <gaia-input id="oauth-enroll-location"
42 type="text" 43 type="text"
43 i18n-values="label:oauthEnrollLocationLabel"> 44 i18n-values="label:oauthEnrollLocationLabel">
44 </gaia-input> 45 </gaia-input>
45 <gaia-paper-button noink id="oauth-enroll-skip-button" 46 <gaia-paper-button noink id="oauth-enroll-skip-button"
46 class="link-button" 47 class="link-button"
(...skipping 16 matching lines...) Expand all
63 <div id="oauth-enrollment-controls" class="step-controls"></div> 64 <div id="oauth-enrollment-controls" class="step-controls"></div>
64 <button id="oauth-enroll-back-button" is="gaia-icon-button" icon="arrow-back" 65 <button id="oauth-enroll-back-button" is="gaia-icon-button" icon="arrow-back"
65 hidden i18n-values="aria-label:backButton" tabindex="0"></button> 66 hidden i18n-values="aria-label:backButton" tabindex="0"></button>
66 <button id="oauth-enroll-cancel-button" is="gaia-icon-button" icon="close" 67 <button id="oauth-enroll-cancel-button" is="gaia-icon-button" icon="close"
67 class="oauth-enroll-button" i18n-values="aria-label:closeButton" 68 class="oauth-enroll-button" i18n-values="aria-label:closeButton"
68 tabindex="0"></button> 69 tabindex="0"></button>
69 <button id="oauth-enroll-refresh-button" is="gaia-icon-button" icon="refresh" 70 <button id="oauth-enroll-refresh-button" is="gaia-icon-button" icon="refresh"
70 class="oauth-enroll-button" i18n-values="aria-label:closeButton" 71 class="oauth-enroll-button" i18n-values="aria-label:closeButton"
71 tabindex="0"></button> 72 tabindex="0"></button>
72 </div> 73 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698