| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 1 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
| 2 <link rel="import" href="chrome://resources/html/polymer.html"> | 2 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> | 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> |
| 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-dialog/paper-dial
og.html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-dialog/paper-dial
og.html"> |
| 8 <link rel="import" href="chrome://md-settings/controls/settings_checkbox.html"> | 8 <link rel="import" href="chrome://md-settings/controls/settings_checkbox.html"> |
| 9 <link rel="import" href="chrome://md-settings/people_page/sync_page.html"> | 9 <link rel="import" href="chrome://md-settings/people_page/sync_page.html"> |
| 10 <link rel="import" href="chrome://md-settings/people_page/sync_private_api.html"
> | 10 <link rel="import" href="chrome://md-settings/people_page/sync_private_api.html"
> |
| 11 <link rel="import" href="chrome://md-settings/settings_page/settings_animated_pa
ges.html"> | 11 <link rel="import" href="chrome://md-settings/settings_page/settings_animated_pa
ges.html"> |
| 12 <link rel="import" href="chrome://md-settings/settings_page/settings_subheader.h
tml"> | 12 <link rel="import" href="chrome://md-settings/settings_page/settings_subheader.h
tml"> |
| 13 <link rel="import" href="chrome://md-settings/settings_shared_css.html"> | 13 <link rel="import" href="chrome://md-settings/settings_shared_css.html"> |
| 14 | 14 |
| 15 <if expr="chromeos"> | 15 <if expr="chromeos"> |
| 16 <link rel="import" href="chrome://md-settings/people_page/change_picture.html"> | 16 <link rel="import" href="chrome://md-settings/people_page/change_picture.html"> |
| 17 <link rel="import" href="chrome://md-settings/people_page/easy_unlock_browser_pr
oxy.html"> | 17 <link rel="import" href="chrome://md-settings/people_page/easy_unlock_browser_pr
oxy.html"> |
| 18 <link rel="import" href="chrome://md-settings/people_page/easy_unlock_turn_off_d
ialog.html"> | 18 <link rel="import" href="chrome://md-settings/people_page/easy_unlock_turn_off_d
ialog.html"> |
| 19 <link rel="import" href="chrome://md-settings/people_page/users_page.html"> | 19 <link rel="import" href="chrome://md-settings/people_page/users_page.html"> |
| 20 </if> | 20 </if> |
| 21 <if expr="not chromeos"> | 21 <if expr="not chromeos"> |
| 22 <link rel="import" href="chrome://md-settings/people_page/manage_profile.html"> | 22 <link rel="import" href="chrome://md-settings/people_page/manage_profile.html"> |
| 23 </if> | 23 </if> |
| 24 | 24 |
| 25 <dom-module id="settings-people-page"> | 25 <dom-module id="settings-people-page"> |
| 26 <link rel="import" type="css" href="people_page.css"> | |
| 27 <template> | 26 <template> |
| 28 <style include="settings-shared"></style> | 27 <style include="settings-shared"> |
| 28 #account-picture { |
| 29 -webkit-margin-end: 4px; |
| 30 border-radius: 20px; |
| 31 height: 40px; |
| 32 object-fit: cover; |
| 33 vertical-align: middle; |
| 34 width: 40px; |
| 35 } |
| 36 |
| 37 #account-picture:hover { |
| 38 cursor: pointer; |
| 39 } |
| 40 |
| 41 <if expr="not chromeos"> |
| 42 #profile-name:hover { |
| 43 cursor: pointer; |
| 44 } |
| 45 </if> |
| 46 </style> |
| 29 <settings-animated-pages id="pages" current-route="{{currentRoute}}" | 47 <settings-animated-pages id="pages" current-route="{{currentRoute}}" |
| 30 section="people"> | 48 section="people"> |
| 31 <neon-animatable id="main"> | 49 <neon-animatable id="main"> |
| 32 <div class="settings-box first two-line"> | 50 <div class="settings-box first two-line"> |
| 33 <img id="account-picture" src="[[profileIconUrl_]]" | 51 <img id="account-picture" src="[[profileIconUrl_]]" |
| 34 on-tap="onPictureTap_"> | 52 on-tap="onPictureTap_"> |
| 35 <div class="middle"> | 53 <div class="middle"> |
| 36 <if expr="chromeos"> | 54 <if expr="chromeos"> |
| 37 <span id="profile-name" on-tap="onProfileNameTap_"> | 55 <span id="profile-name" on-tap="onProfileNameTap_"> |
| 38 [[profileName_]] | 56 [[profileName_]] |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 | 203 |
| 186 <if expr="chromeos"> | 204 <if expr="chromeos"> |
| 187 <template is="dom-if" if="[[easyUnlockEnabled_]]"> | 205 <template is="dom-if" if="[[easyUnlockEnabled_]]"> |
| 188 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog"> | 206 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog"> |
| 189 </easy-unlock-turn-off-dialog> | 207 </easy-unlock-turn-off-dialog> |
| 190 </template> | 208 </template> |
| 191 </if> | 209 </if> |
| 192 </template> | 210 </template> |
| 193 <script src="people_page.js"></script> | 211 <script src="people_page.js"></script> |
| 194 </dom-module> | 212 </dom-module> |
| OLD | NEW |