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

Side by Side Diff: ui/login/account_picker/user_pod_template.html

Issue 2361963003: cros: Easy unlock UI broken because of submit button. (Closed)
Patch Set: Created 4 years, 2 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 | « ui/login/account_picker/user_pod_row.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 <dom-module id="user-pod-template-shared-styles"> 1 <dom-module id="user-pod-template-shared-styles">
2 <template> 2 <template>
3 <link rel="stylesheet" href="user_pod_template.css"> 3 <link rel="stylesheet" href="user_pod_template.css">
4 </template> 4 </template>
5 </dom-module> 5 </dom-module>
6 6
7 <style is="custom-style" include="user-pod-template-shared-styles"></style> 7 <style is="custom-style" include="user-pod-template-shared-styles"></style>
8 8
9 <iron-iconset-svg name="user-pod" size="24"> 9 <iron-iconset-svg name="user-pod" size="24">
10 <svg> 10 <svg>
(...skipping 26 matching lines...) Expand all
37 </if> 37 </if>
38 <div class="main-pane"> 38 <div class="main-pane">
39 <div class="name-container pin-tag"> 39 <div class="name-container pin-tag">
40 <div class="name"></div> 40 <div class="name"></div>
41 <div class="learn-more-container"> 41 <div class="learn-more-container">
42 <div class="learn-more"></div> 42 <div class="learn-more"></div>
43 </div> 43 </div>
44 </div> 44 </div>
45 <div class="auth-container"> 45 <div class="auth-container">
46 <!-- Password Authentication --> 46 <!-- Password Authentication -->
47 <div class="custom-icon-container" hidden></div>
47 <div class="password-entry-container"> 48 <div class="password-entry-container">
48 <div class="password-container"> 49 <div class="password-container">
49 <input type="password" class="password" 50 <input type="password" class="password"
50 i18n-values="placeholder:passwordHint"> 51 i18n-values="placeholder:passwordHint">
51 </div> 52 </div>
52 <if expr="chromeos"> 53 <if expr="chromeos">
53 <div class="capslock-hint-container"> 54 <div class="capslock-hint-container">
54 <img class="capslock-hint" 55 <img class="capslock-hint"
55 src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK" alt> 56 src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK" alt>
56 </div> 57 </div>
57 <paper-icon-button class="submit-button" disabled 58 <paper-icon-button class="submit-button" disabled
58 icon="user-pod:arrow-forward"> 59 icon="user-pod:arrow-forward">
59 </paper-icon-button> 60 </paper-icon-button>
60 </if> 61 </if>
61 </div> 62 </div>
62 <!-- User Click Authentication --> 63 <!-- User Click Authentication -->
63 <div class="password-label"></div> 64 <div class="password-label"></div>
64 <div class="signin-transition-container"> 65 <div class="signin-transition-container">
65 <span class="signing-in-label" i18n-content="signingIn"></span> 66 <span class="signing-in-label" i18n-content="signingIn"></span>
66 <span class="animated-ellipsis-component0">.</span> 67 <span class="animated-ellipsis-component0">.</span>
67 <span class="animated-ellipsis-component1">.</span> 68 <span class="animated-ellipsis-component1">.</span>
68 <span class="animated-ellipsis-component2">.</span> 69 <span class="animated-ellipsis-component2">.</span>
69 </div> 70 </div>
70 <div class="custom-icon-container" hidden></div>
71 <div class="reauth-hint-container"> 71 <div class="reauth-hint-container">
72 <span class="reauth-warning"></span> 72 <span class="reauth-warning"></span>
73 <span class="reauth-name-hint"></span> 73 <span class="reauth-name-hint"></span>
74 </div> 74 </div>
75 <div class="launch-app-button-container" hidden> 75 <div class="launch-app-button-container" hidden>
76 <button class="launch-app-button" i18n-content="launchAppButton"> 76 <button class="launch-app-button" i18n-content="launchAppButton">
77 </button> 77 </button>
78 </div> 78 </div>
79 </div> 79 </div>
80 </div> 80 </div>
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 i18n-content="publicSessionLanguageAndInput"></a> 190 i18n-content="publicSessionLanguageAndInput"></a>
191 </div> 191 </div>
192 <button class="enter-button" 192 <button class="enter-button"
193 i18n-content="publicAccountEnter" 193 i18n-content="publicAccountEnter"
194 i18n-values="aria-label:publicAccountEnterAccessibleName"> 194 i18n-values="aria-label:publicAccountEnterAccessibleName">
195 </button> 195 </button>
196 </div> 196 </div>
197 </div> 197 </div>
198 </div> 198 </div>
199 </div> 199 </div>
OLDNEW
« no previous file with comments | « ui/login/account_picker/user_pod_row.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698