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/options/personal_options.html

Issue 7063029: Options: Style cleanup - id attribute first. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 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 | Annotate | Revision Log
OLDNEW
1 <div id="personal-page" class="page" hidden> 1 <div id="personal-page" class="page" hidden>
2 <h1 i18n-content="personalPage"></h1> 2 <h1 i18n-content="personalPage"></h1>
3 <if expr="pp_ifdef('chromeos')"> 3 <if expr="pp_ifdef('chromeos')">
4 <section> 4 <section>
5 <h3 i18n-content="account"></h3> 5 <h3 i18n-content="account"></h3>
6 <div> 6 <div>
7 <table class="option-control-table"> 7 <table class="option-control-table">
8 <tr> 8 <tr>
9 <td> 9 <td>
10 <img id='account-picture' 10 <img id='account-picture'
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 <button id="start-stop-sync" hidden></button> 43 <button id="start-stop-sync" hidden></button>
44 <button id="customize-sync" i18n-content="customizeSync" hidden> 44 <button id="customize-sync" i18n-content="customizeSync" hidden>
45 </button> 45 </button>
46 </div> 46 </div>
47 <div id="profiles-create" hidden> 47 <div id="profiles-create" hidden>
48 <span i18n-content="createNewProfile"></span> 48 <span i18n-content="createNewProfile"></span>
49 <div id="profiles-create-button"> 49 <div id="profiles-create-button">
50 <button id="new-profile" i18n-content="createProfileButton"></button> 50 <button id="new-profile" i18n-content="createProfileButton"></button>
51 </div> 51 </div>
52 </div> 52 </div>
53 <a href="https://www.google.com/dashboard" id="privacy-dashboard-link" 53 <a id="privacy-dashboard-link" href="https://www.google.com/dashboard"
54 i18n-content="privacyDashboardLink" target="_blank" hidden></a> 54 i18n-content="privacyDashboardLink" target="_blank" hidden></a>
55 </div> 55 </div>
56 </section> 56 </section>
57 <section> 57 <section>
58 <h3 i18n-content="passwords"></h3> 58 <h3 i18n-content="passwords"></h3>
59 <div> 59 <div>
60 <div class="radio"> 60 <div class="radio">
61 <label> 61 <label>
62 <input id="passwords-offersave" type="radio" name="passwords_radio" 62 <input id="passwords-offersave" type="radio" name="passwords_radio"
63 value="true" pref="profile.password_manager_enabled" 63 value="true" pref="profile.password_manager_enabled"
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 <div> 143 <div>
144 <button id="themes-reset" i18n-content="themesReset"></button> 144 <button id="themes-reset" i18n-content="themesReset"></button>
145 </div> 145 </div>
146 <div id="themes-gallery-div"> 146 <div id="themes-gallery-div">
147 <a id="themes-gallery" i18n-content="themesGallery" 147 <a id="themes-gallery" i18n-content="themesGallery"
148 i18n-values="href:themesGalleryURL" target="_blank"></a> 148 i18n-values="href:themesGalleryURL" target="_blank"></a>
149 </div> 149 </div>
150 </div> 150 </div>
151 </section> 151 </section>
152 </if> 152 </if>
153
154 </div> 153 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/options/search_engine_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698