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

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

Issue 698433003: Desktop User Manager: Use new Material icons for "locked" and "supervised". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « chrome/browser/resources/user_manager/user_manager.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 <div id="user-pod-template" class="pod" hidden> 1 <div id="user-pod-template" class="pod" hidden>
2 <div class="user-image-pane"> 2 <div class="user-image-pane">
3 <div class="user-image-container"> 3 <div class="user-image-container">
4 <img class="user-image" alt> 4 <img class="user-image" alt>
5 </div> 5 </div>
6 <div class="signed-in-indicator" i18n-content="signedIn"></div> 6 <div class="signed-in-indicator" i18n-content="signedIn"></div>
7 <div class="locked-indicator"></div> 7 <div class="indicator-container">
8 <div class="supervised-indicator"></div> 8 <div class="indicator supervised-indicator"></div>
9 <div class="indicator locked-indicator"></div>
10 </div>
9 </div> 11 </div>
10 <div class="main-pane"> 12 <div class="main-pane">
11 <div class="name-container"> 13 <div class="name-container">
12 <div class="name"></div> 14 <div class="name"></div>
13 <div class="learn-more-container"> 15 <div class="learn-more-container">
14 <div class="learn-more"></div> 16 <div class="learn-more"></div>
15 </div> 17 </div>
16 </div> 18 </div>
17 <div class="auth-container"> 19 <div class="auth-container">
18 <!-- Password Authentication --> 20 <!-- Password Authentication -->
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 i18n-content="publicSessionLanguageAndInput"></a> 118 i18n-content="publicSessionLanguageAndInput"></a>
117 </div> 119 </div>
118 <button class="enter-button" 120 <button class="enter-button"
119 i18n-content="publicAccountEnter" 121 i18n-content="publicAccountEnter"
120 i18n-values="aria-label:publicAccountEnterAccessibleName"> 122 i18n-values="aria-label:publicAccountEnterAccessibleName">
121 </button> 123 </button>
122 </div> 124 </div>
123 </div> 125 </div>
124 </div> 126 </div>
125 </div> 127 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/user_manager/user_manager.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698