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

Side by Side Diff: chrome/browser/resources/options/chromeos/accounts_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 class="page" id="accountsPage" hidden> 1 <div id="accountsPage" class="page" hidden>
2 <h1 i18n-content="accountsPage"></h1> 2 <h1 i18n-content="accountsPage"></h1>
3 <section> 3 <section>
4 <div class="option"> 4 <div class="option">
5 <div id="ownerOnlyWarning" hidden> 5 <div id="ownerOnlyWarning" hidden>
6 <span i18n-content="owner_only"></span> 6 <span i18n-content="owner_only"></span>
7 <span i18n-content="owner_user_id"></span> 7 <span i18n-content="owner_user_id"></span>
8 </div> 8 </div>
9 <table class="option-control-table"> 9 <table class="option-control-table">
10 <tr> 10 <tr>
11 <td class="option-name"> 11 <td class="option-name">
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 i18n-values="placeholder:username_edit_hint"> 52 i18n-values="placeholder:username_edit_hint">
53 </span> 53 </span>
54 </label> 54 </label>
55 </td></tr> 55 </td></tr>
56 </table> 56 </table>
57 </td></tr> 57 </td></tr>
58 </table> 58 </table>
59 </div> 59 </div>
60 </section> 60 </section>
61 </div> 61 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698