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

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

Issue 2357623003: 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
« 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 <iron-iconset-svg name="user-pod" size="24"> 1 <iron-iconset-svg name="user-pod" size="24">
2 <svg> 2 <svg>
3 <defs> 3 <defs>
4 <!-- 4 <!--
5 Inlined from Polymer's iron-icons to avoid importing everything. 5 Inlined from Polymer's iron-icons to avoid importing everything.
6 See http://goo.gl/Y1OdAq for instructions on adding additional icons. 6 See http://goo.gl/Y1OdAq for instructions on adding additional icons.
7 --> 7 -->
8 <g id="arrow-forward"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5 .59L12 20l8-8z"/></g> 8 <g id="arrow-forward"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5 .59L12 20l8-8z"/></g>
9 </defs> 9 </defs>
10 </svg> 10 </svg>
(...skipping 23 matching lines...) Expand all
34 <div class="learn-more"></div> 34 <div class="learn-more"></div>
35 </div> 35 </div>
36 </div> 36 </div>
37 <div class="auth-container"> 37 <div class="auth-container">
38 <!-- Password Authentication --> 38 <!-- Password Authentication -->
39 <div class="password-entry-container"> 39 <div class="password-entry-container">
40 <div class="password-container"> 40 <div class="password-container">
41 <input type="password" class="password" 41 <input type="password" class="password"
42 i18n-values="placeholder:passwordHint"> 42 i18n-values="placeholder:passwordHint">
43 </div> 43 </div>
44 <if expr="chromeos">
44 <div class="capslock-hint-container"> 45 <div class="capslock-hint-container">
45 <img class="capslock-hint" 46 <img class="capslock-hint"
46 src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK" alt> 47 src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK" alt>
47 </div> 48 </div>
48 <paper-icon-button class="submit-button" disabled 49 <paper-icon-button class="submit-button" disabled
49 icon="user-pod:arrow-forward"> 50 icon="user-pod:arrow-forward">
50 </paper-icon-button> 51 </paper-icon-button>
52 </if>
51 </div> 53 </div>
52 <!-- User Click Authentication --> 54 <!-- User Click Authentication -->
53 <div class="password-label"></div> 55 <div class="password-label"></div>
54 <div class="signin-transition-container"> 56 <div class="signin-transition-container">
55 <span class="signing-in-label" i18n-content="signingIn"></span> 57 <span class="signing-in-label" i18n-content="signingIn"></span>
56 <span class="animated-ellipsis-component0">.</span> 58 <span class="animated-ellipsis-component0">.</span>
57 <span class="animated-ellipsis-component1">.</span> 59 <span class="animated-ellipsis-component1">.</span>
58 <span class="animated-ellipsis-component2">.</span> 60 <span class="animated-ellipsis-component2">.</span>
59 </div> 61 </div>
60 <div class="custom-icon-container" hidden></div> 62 <div class="custom-icon-container" hidden></div>
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 i18n-content="publicSessionLanguageAndInput"></a> 182 i18n-content="publicSessionLanguageAndInput"></a>
181 </div> 183 </div>
182 <button class="enter-button" 184 <button class="enter-button"
183 i18n-content="publicAccountEnter" 185 i18n-content="publicAccountEnter"
184 i18n-values="aria-label:publicAccountEnterAccessibleName"> 186 i18n-values="aria-label:publicAccountEnterAccessibleName">
185 </button> 187 </button>
186 </div> 188 </div>
187 </div> 189 </div>
188 </div> 190 </div>
189 </div> 191 </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