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

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

Issue 2326833002: Submit button incompatiable with desktop chrome. (Closed)
Patch Set: 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
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 <div class="capslock-hint-container"> 52 <div class="capslock-hint-container">
53 <if expr="chromeos">
jdufault 2016/09/08 22:28:59 Should this be cros only? It looks like we have ha
xiyuan 2016/09/08 22:36:29 We probably have the load error since the code is
sammiequon 2016/09/09 16:06:35 The caps lock feature is still inside the password
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>
56 </if>
55 </div> 57 </div>
58 <if expr="chromeos">
56 <paper-icon-button class="submit-button" disabled 59 <paper-icon-button class="submit-button" disabled
57 icon="user-pod:arrow-forward"> 60 icon="user-pod:arrow-forward">
58 </paper-icon-button> 61 </paper-icon-button>
62 </if>
59 </div> 63 </div>
60 <!-- User Click Authentication --> 64 <!-- User Click Authentication -->
61 <div class="password-label"></div> 65 <div class="password-label"></div>
62 <div class="signin-transition-container"> 66 <div class="signin-transition-container">
63 <span class="signing-in-label" i18n-content="signingIn"></span> 67 <span class="signing-in-label" i18n-content="signingIn"></span>
64 <span class="animated-ellipsis-component0">.</span> 68 <span class="animated-ellipsis-component0">.</span>
65 <span class="animated-ellipsis-component1">.</span> 69 <span class="animated-ellipsis-component1">.</span>
66 <span class="animated-ellipsis-component2">.</span> 70 <span class="animated-ellipsis-component2">.</span>
67 </div> 71 </div>
68 <div class="custom-icon-container" hidden></div> 72 <div class="custom-icon-container" hidden></div>
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 i18n-content="publicSessionLanguageAndInput"></a> 192 i18n-content="publicSessionLanguageAndInput"></a>
189 </div> 193 </div>
190 <button class="enter-button" 194 <button class="enter-button"
191 i18n-content="publicAccountEnter" 195 i18n-content="publicAccountEnter"
192 i18n-values="aria-label:publicAccountEnterAccessibleName"> 196 i18n-values="aria-label:publicAccountEnterAccessibleName">
193 </button> 197 </button>
194 </div> 198 </div>
195 </div> 199 </div>
196 </div> 200 </div>
197 </div> 201 </div>
OLDNEW
« ui/login/account_picker/user_pod_row.css ('K') | « 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