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

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

Issue 2326833002: Submit button incompatiable with desktop chrome. (Closed)
Patch Set: Added null check. Created 4 years, 3 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.js ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
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="password-entry-container"> 47 <div class="password-entry-container">
48 <div class="password-container"> 48 <div class="password-container">
49 <input type="password" class="password" 49 <input type="password" class="password"
50 i18n-values="placeholder:passwordHint"> 50 i18n-values="placeholder:passwordHint">
51 </div> 51 </div>
52 <if expr="chromeos">
52 <div class="capslock-hint-container"> 53 <div class="capslock-hint-container">
53 <img class="capslock-hint" 54 <img class="capslock-hint"
54 src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK" alt> 55 src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK" alt>
55 </div> 56 </div>
56 <paper-icon-button class="submit-button" disabled 57 <paper-icon-button class="submit-button" disabled
57 icon="user-pod:arrow-forward"> 58 icon="user-pod:arrow-forward">
58 </paper-icon-button> 59 </paper-icon-button>
60 </if>
59 </div> 61 </div>
60 <!-- User Click Authentication --> 62 <!-- User Click Authentication -->
61 <div class="password-label"></div> 63 <div class="password-label"></div>
62 <div class="signin-transition-container"> 64 <div class="signin-transition-container">
63 <span class="signing-in-label" i18n-content="signingIn"></span> 65 <span class="signing-in-label" i18n-content="signingIn"></span>
64 <span class="animated-ellipsis-component0">.</span> 66 <span class="animated-ellipsis-component0">.</span>
65 <span class="animated-ellipsis-component1">.</span> 67 <span class="animated-ellipsis-component1">.</span>
66 <span class="animated-ellipsis-component2">.</span> 68 <span class="animated-ellipsis-component2">.</span>
67 </div> 69 </div>
68 <div class="custom-icon-container" hidden></div> 70 <div class="custom-icon-container" hidden></div>
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 i18n-content="publicSessionLanguageAndInput"></a> 190 i18n-content="publicSessionLanguageAndInput"></a>
189 </div> 191 </div>
190 <button class="enter-button" 192 <button class="enter-button"
191 i18n-content="publicAccountEnter" 193 i18n-content="publicAccountEnter"
192 i18n-values="aria-label:publicAccountEnterAccessibleName"> 194 i18n-values="aria-label:publicAccountEnterAccessibleName">
193 </button> 195 </button>
194 </div> 196 </div>
195 </div> 197 </div>
196 </div> 198 </div>
197 </div> 199 </div>
OLDNEW
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698