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

Side by Side Diff: chrome/browser/resources/settings/people_page/sync_page.html

Issue 2854853003: MD Settings: Fix sync page layout after removing iron-flex-layout.html usage. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | 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 <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/iron-a11y-keys/iron-a11 y-keys.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys/iron-a11 y-keys.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout-classes.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-button/paper-butt on.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap er-toggle-button.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap er-toggle-button.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html"> 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html">
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/pape r-radio-button.html"> 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/pape r-radio-button.html">
9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper -radio-group.html"> 10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper -radio-group.html">
10 <link rel="import" href="sync_browser_proxy.html"> 11 <link rel="import" href="sync_browser_proxy.html">
11 <link rel="import" href="../route.html"> 12 <link rel="import" href="../route.html">
12 <link rel="import" href="../settings_shared_css.html"> 13 <link rel="import" href="../settings_shared_css.html">
13 14
14 <dom-module id="settings-sync-page"> 15 <dom-module id="settings-sync-page">
15 <template> 16 <template>
16 <style include="settings-shared"> 17 <style include="settings-shared iron-flex">
17 #create-password-box, 18 #create-password-box,
18 #reset-sync-message-box { 19 #reset-sync-message-box {
19 /* In order to line up with the encryption radio box text. */ 20 /* In order to line up with the encryption radio box text. */
20 -webkit-margin-start: var(--settings-indent-width); 21 -webkit-margin-start: var(--settings-indent-width);
21 } 22 }
22 23
23 paper-input { 24 paper-input {
24 width: var(--paper-input-max-width); 25 width: var(--paper-input-max-width);
25 --paper-input-container-focus-color: var(--google-blue-500); 26 --paper-input-container-focus-color: var(--google-blue-500);
26 --paper-input-container-input: { 27 --paper-input-container-input: {
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 confirmation_)]]"> 332 confirmation_)]]">
332 $i18n{save} 333 $i18n{save}
333 </paper-button> 334 </paper-button>
334 </div> 335 </div>
335 </div> 336 </div>
336 </template> 337 </template>
337 </div> 338 </div>
338 </template> 339 </template>
339 <script src="sync_page.js"></script> 340 <script src="sync_page.js"></script>
340 </dom-module> 341 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698