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

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

Issue 2881243002: Refresh the lock screen PIN keyboard (Closed)
Patch Set: Created 3 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 | « ui/login/account_picker/md_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="md_user_pod_template.css"> 3 <link rel="stylesheet" href="md_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 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 8 <link rel="import" href="chrome://resources/cr_elements/icons.html">
9 9
10 <iron-iconset-svg name="user-pod" size="24"> 10 <iron-iconset-svg name="user-pod" size="24">
(...skipping 11 matching lines...) Expand all
22 </g> 22 </g>
23 </defs> 23 </defs>
24 </svg> 24 </svg>
25 </iron-iconset-svg> 25 </iron-iconset-svg>
26 26
27 <div id="user-pod-template" class="pod disabled" hidden> 27 <div id="user-pod-template" class="pod disabled" hidden>
28 <div class="user-image-pane"> 28 <div class="user-image-pane">
29 <div class="user-image-container"> 29 <div class="user-image-container">
30 <img class="user-image" alt> 30 <img class="user-image" alt>
31 </div> 31 </div>
32 <div class="signed-in-indicator" i18n-content="signedIn"></div>
jdufault 2017/05/15 22:57:46 What was this used for?
Wenzhao (Colin) Zang 2017/05/15 23:01:18 This is a line of texts appearing on top of the av
33 <div class="indicator-container"> 32 <div class="indicator-container">
34 <div class="indicator legacy-supervised-indicator"></div> 33 <div class="indicator legacy-supervised-indicator"></div>
35 <div class="indicator child-indicator"></div> 34 <div class="indicator child-indicator"></div>
36 <div class="indicator locked-indicator"></div> 35 <div class="indicator locked-indicator"></div>
37 </div> 36 </div>
38 </div> 37 </div>
39 <if expr="chromeos"> 38 <if expr="chromeos">
40 <div class="pin-container pin-disabled pin-tag"> 39 <div class="pin-container pin-disabled pin-tag">
41 <pin-keyboard enable-password hide-input></pin-keyboard> 40 <pin-keyboard enable-password hide-input></pin-keyboard>
42 </div> 41 </div>
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 i18n-values="aria-label:publicAccountEnterAccessibleName"> 217 i18n-values="aria-label:publicAccountEnterAccessibleName">
219 </paper-button> 218 </paper-button>
220 <div class="language-and-input-container"> 219 <div class="language-and-input-container">
221 <a class="language-and-input" href="#" role="button" 220 <a class="language-and-input" href="#" role="button"
222 i18n-content="publicSessionLanguageAndInput"></a> 221 i18n-content="publicSessionLanguageAndInput"></a>
223 </div> 222 </div>
224 </div> 223 </div>
225 </div> 224 </div>
226 </div> 225 </div>
227 </div> 226 </div>
OLDNEW
« no previous file with comments | « ui/login/account_picker/md_user_pod_row.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698