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

Side by Side Diff: chrome/browser/resources/options/sync_section.html

Issue 2393643004: [MD Settings][People] Updates positions of username and sync status message (Closed)
Patch Set: rebase Created 4 years, 2 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
OLDNEW
1 <if expr="not chromeos"> 1 <if expr="not chromeos">
2 <section id="sync-section"> 2 <section id="sync-section">
3 <h3 i18n-content="sectionTitleSync"></h3> 3 <h3 i18n-content="sectionTitleSync"></h3>
4 </if> 4 </if>
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <div id="sync-section"> 6 <div id="sync-section">
7 </if> 7 </if>
8 8
9 <div id="sync-overview" class="settings-row" hidden> 9 <div id="sync-overview" class="settings-row" hidden>
10 <p i18n-content="syncOverview"></p> 10 <p i18n-content="syncOverview"></p>
11 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore" 11 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"
12 target="_blank"></a> 12 target="_blank"></a>
13 </div> 13 </div>
14 14
15 <if expr="chromeos"> 15 <if expr="chromeos">
16 <div id="account-picture-wrapper"> 16 <div id="account-picture-wrapper">
17 <div id="account-picture-control"> 17 <div id="account-picture-control">
18 <input type="image" id="account-picture" tabindex="0" 18 <input type="image" id="account-picture" tabindex="0"
19 alt="" i18n-values="aria-label:changePicture"> 19 alt="" i18n-values="aria-label:changePicture">
20 <div id="change-picture-caption" i18n-content="changePicture"></div> 20 <div id="change-picture-caption" i18n-content="changePicture"></div>
21 </div> 21 </div>
22 <span id="account-picture-indicator" class="controlled-setting-indicator"> 22 <span id="account-picture-indicator" class="controlled-setting-indicator">
23 </span> 23 </span>
24 </div> 24 </div>
25 <div id="sync-general"> 25 <div id="sync-general">
26 </if> <!-- chromeos --> 26 </if> <!-- chromeos -->
27 27
28 <div id="sync-status" class="settings-row" hidden> 28 <div id="sync-status" class="settings-row" hidden>
29 <span id="account-info" hidden></span>
29 <span id="sync-status-text"></span> 30 <span id="sync-status-text"></span>
30 <a is="action-link" id="sync-action-link"></a> 31 <a is="action-link" id="sync-action-link"></a>
31 </div> 32 </div>
32 33
33 <if expr="chromeos"> 34 <if expr="chromeos">
34 <div class="checkbox controlled-setting-with-label" 35 <div class="checkbox controlled-setting-with-label"
35 public-account-visibility="hidden"> 36 public-account-visibility="hidden">
36 <label> 37 <label>
37 <input type="checkbox" 38 <input type="checkbox"
38 metric="Options_ScreenLock" 39 metric="Options_ScreenLock"
(...skipping 27 matching lines...) Expand all
66 </button> 67 </button>
67 </if> <!-- chromeos --> 68 </if> <!-- chromeos -->
68 </div> 69 </div>
69 70
70 <if expr="not chromeos"> 71 <if expr="not chromeos">
71 </section> 72 </section>
72 </if> 73 </if>
73 <if expr="chromeos"> 74 <if expr="chromeos">
74 </div> 75 </div>
75 </if> 76 </if>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/settings/people_page/people_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698