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

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

Issue 2910203003: Handling edge cases of new login screen (Closed)
Patch Set: Adjust animation duration and add small screen handling Created 3 years, 6 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.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="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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 <div class="main-pane"> 44 <div class="main-pane">
45 <div class="name-container"> 45 <div class="name-container">
46 <div class="learn-more-container"> 46 <div class="learn-more-container">
47 <div class="learn-more"></div> 47 <div class="learn-more"></div>
48 </div> 48 </div>
49 <div class="name"></div> 49 <div class="name"></div>
50 <div class="action-box-area"> 50 <div class="action-box-area">
51 <paper-icon-button class="action-box-button" disabled 51 <paper-icon-button class="action-box-button" disabled
52 icon="user-pod:dropdown"> 52 icon="user-pod:dropdown">
53 </paper-icon-button> 53 </paper-icon-button>
54 <div class="action-box-button ripple-circle"></div>
54 <iron-icon icon="cr:more-vert" class="action-box-icon"></iron-icon> 55 <iron-icon icon="cr:more-vert" class="action-box-icon"></iron-icon>
55 </div> 56 </div>
56 <div class="action-box-menu"> 57 <div class="action-box-menu">
57 <div class="action-box-menu-title"> 58 <div class="action-box-menu-title">
58 <span class="action-box-menu-title-name"></span> 59 <span class="action-box-menu-title-name"></span>
59 <span class="action-box-menu-title-email"></span> 60 <span class="action-box-menu-title-email"></span>
60 </div> 61 </div>
61 <div class="action-box-menu-remove" 62 <div class="action-box-menu-remove"
62 i18n-content="removeUserWarningButtonTitle"> 63 i18n-content="removeUserWarningButtonTitle">
63 </div> 64 </div>
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 i18n-content="multiProfilesNotAllowedPolicyMsg" hidden></span> 166 i18n-content="multiProfilesNotAllowedPolicyMsg" hidden></span>
166 <span class="mp-policy-primary-only-msg" 167 <span class="mp-policy-primary-only-msg"
167 i18n-content="multiProfilesPrimaryOnlyPolicyMsg" hidden></span> 168 i18n-content="multiProfilesPrimaryOnlyPolicyMsg" hidden></span>
168 <span class="mp-owner-primary-only-msg" 169 <span class="mp-owner-primary-only-msg"
169 i18n-content="multiProfilesOwnerPrimaryOnlyMsg" hidden></span> 170 i18n-content="multiProfilesOwnerPrimaryOnlyMsg" hidden></span>
170 </div> 171 </div>
171 </div> 172 </div>
172 </div> 173 </div>
173 <div class="small-pod" hidden> 174 <div class="small-pod" hidden>
174 <div class="small-user-image-container"> 175 <div class="small-user-image-container">
175 <img class="small-pod-image" alt> 176 <img class="user-image small-pod-image" alt>
176 </div> 177 </div>
177 <div class="small-pod-name"></div> 178 <div class="small-pod-name"></div>
178 </div> 179 </div>
179 </div> 180 </div>
180 181
181 <!-- Extra elements that are appended to above "user-pod-template" for public 182 <!-- Extra elements that are appended to above "user-pod-template" for public
182 account user pod. Note that only the children of the template div are 183 account user pod. Note that only the children of the template div are
183 appended. --> 184 appended. -->
184 <div id="public-account-user-pod-extras-template" hidden> 185 <div id="public-account-user-pod-extras-template" hidden>
185 <div class="expanded-pane"> 186 <div class="expanded-pane">
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 i18n-values="aria-label:publicAccountEnterAccessibleName"> 226 i18n-values="aria-label:publicAccountEnterAccessibleName">
226 </paper-button> 227 </paper-button>
227 <div class="language-and-input-container"> 228 <div class="language-and-input-container">
228 <a class="language-and-input" href="#" role="button" 229 <a class="language-and-input" href="#" role="button"
229 i18n-content="publicSessionLanguageAndInput"></a> 230 i18n-content="publicSessionLanguageAndInput"></a>
230 </div> 231 </div>
231 </div> 232 </div>
232 </div> 233 </div>
233 </div> 234 </div>
234 </div> 235 </div>
OLDNEW
« no previous file with comments | « ui/login/account_picker/md_user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698