| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html
"> | 1 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html
"> |
| 2 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa
nd_button.html"> | 2 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa
nd_button.html"> |
| 3 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 3 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 4 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 4 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
| 5 <link rel="import" href="chrome://resources/html/icon.html"> | 5 <link rel="import" href="chrome://resources/html/icon.html"> |
| 6 <link rel="import" href="chrome://resources/html/polymer.html"> | 6 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 7 <link rel="import" href="chrome://resources/html/util.html"> | 7 <link rel="import" href="chrome://resources/html/util.html"> |
| 8 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> | 8 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> |
| 9 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll
apse.html"> | 9 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll
apse.html"> |
| 10 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f
lex-layout-classes.html"> |
| 10 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> | 11 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> |
| 11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
| 12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> | 13 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> |
| 13 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> | 14 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> |
| 14 <link rel="import" href="../controls/settings_toggle_button.html"> | 15 <link rel="import" href="../controls/settings_toggle_button.html"> |
| 15 <link rel="import" href="sync_page.html"> | 16 <link rel="import" href="sync_page.html"> |
| 16 <link rel="import" href="profile_info_browser_proxy.html"> | 17 <link rel="import" href="profile_info_browser_proxy.html"> |
| 17 <link rel="import" href="sync_browser_proxy.html"> | 18 <link rel="import" href="sync_browser_proxy.html"> |
| 18 <link rel="import" href="../route.html"> | 19 <link rel="import" href="../route.html"> |
| 19 <link rel="import" href="../settings_page/settings_animated_pages.html"> | 20 <link rel="import" href="../settings_page/settings_animated_pages.html"> |
| 20 <link rel="import" href="../settings_page/settings_subpage.html"> | 21 <link rel="import" href="../settings_page/settings_subpage.html"> |
| 21 <link rel="import" href="../settings_shared_css.html"> | 22 <link rel="import" href="../settings_shared_css.html"> |
| 22 | 23 |
| 23 <if expr="chromeos"> | 24 <if expr="chromeos"> |
| 24 <link rel="import" href="change_picture.html"> | 25 <link rel="import" href="change_picture.html"> |
| 25 <link rel="import" href="fingerprint_list.html"> | 26 <link rel="import" href="fingerprint_list.html"> |
| 26 <link rel="import" href="lock_screen.html"> | 27 <link rel="import" href="lock_screen.html"> |
| 27 <link rel="import" href="lock_state_behavior.html"> | 28 <link rel="import" href="lock_state_behavior.html"> |
| 28 <link rel="import" href="users_page.html"> | 29 <link rel="import" href="users_page.html"> |
| 29 </if> | 30 </if> |
| 30 <if expr="not chromeos"> | 31 <if expr="not chromeos"> |
| 31 <link rel="import" href="import_data_dialog.html"> | 32 <link rel="import" href="import_data_dialog.html"> |
| 32 <link rel="import" href="manage_profile.html"> | 33 <link rel="import" href="manage_profile.html"> |
| 33 </if> | 34 </if> |
| 34 | 35 |
| 35 <dom-module id="settings-people-page"> | 36 <dom-module id="settings-people-page"> |
| 36 <template> | 37 <template> |
| 37 <style include="settings-shared"> | 38 <style include="settings-shared iron-flex"> |
| 38 setting-box.middle { | 39 setting-box.middle { |
| 39 /* Per spec, middle text is indented 20px in this section. */ | 40 /* Per spec, middle text is indented 20px in this section. */ |
| 40 -webkit-margin-start: 20px; | 41 -webkit-margin-start: 20px; |
| 41 } | 42 } |
| 42 | 43 |
| 43 #profile-icon { | 44 #profile-icon { |
| 44 background-position: center; | 45 background-position: center; |
| 45 background-repeat: no-repeat; | 46 background-repeat: no-repeat; |
| 46 background-size: cover; | 47 background-size: cover; |
| 47 border-radius: 20px; | 48 border-radius: 20px; |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 | 343 |
| 343 <template is="dom-if" if="[[showImportDataDialog_]]" restamp> | 344 <template is="dom-if" if="[[showImportDataDialog_]]" restamp> |
| 344 <settings-import-data-dialog prefs="{{prefs}}" | 345 <settings-import-data-dialog prefs="{{prefs}}" |
| 345 on-close="onImportDataDialogClosed_"> | 346 on-close="onImportDataDialogClosed_"> |
| 346 </settings-import-data-dialog> | 347 </settings-import-data-dialog> |
| 347 </template> | 348 </template> |
| 348 | 349 |
| 349 </template> | 350 </template> |
| 350 <script src="people_page.js"></script> | 351 <script src="people_page.js"></script> |
| 351 </dom-module> | 352 </dom-module> |
| OLD | NEW |