OLD | NEW |
---|---|
1 <!-- | 1 <!-- |
2 If you change this template, please update UserPod element properties | 2 If you change this template, please update UserPod element properties |
3 defined in user_pod_row.js. | 3 defined in user_pod_row.js. |
4 --> | 4 --> |
5 <div id="user-pod-template" class="pod" hidden> | 5 <div id="user-pod-template" class="pod" hidden> |
6 <div class="signed-in-indicator" i18n-content="signedIn" hidden></div> | 6 <div class="signed-in-indicator" i18n-content="signedIn" hidden></div> |
7 <img class="user-image"> | 7 <img class="user-image"> |
8 <div class="name"></div> | 8 <div class="name"></div> |
9 <input type="password" i18n-values="placeholder:passwordHint"> | 9 <input type="password" i18n-values="placeholder:passwordHint"> |
10 <img class="managed-badge" src="chrome://theme/IDR_CONTROLLED_SETTING_MANDATOR Y" | |
bartfab (slow)
2012/11/28 15:11:38
The mock asks for a grayscale image. We do have an
Nikita (slow)
2012/11/28 18:57:34
nit: 80 chars limit
xiyuan
2012/12/01 00:24:19
Done.
xiyuan
2012/12/01 00:24:19
Done.
| |
11 hidden> | |
10 <img class="capslock-hint" src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK"> | 12 <img class="capslock-hint" src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK"> |
11 <button class="signin-button" i18n-content="signinButton"></button> | 13 <button class="signin-button" i18n-content="signinButton"></button> |
12 <button class="custom-appearance remove-user-button" hidden></button> | 14 <button class="custom-appearance remove-user-button" hidden></button> |
13 </div> | 15 </div> |
OLD | NEW |