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

Side by Side Diff: chrome/browser/resources/options/chromeos/accounts_options.html

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 hidden" id="accountsPage"> 1 <div class="page" id="accountsPage" 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" class="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">
12 <div class="checkbox"> 12 <div class="checkbox">
13 <label> 13 <label>
14 <input id="allowBwsiCheck" pref="cros.accounts.allowBWSI" 14 <input id="allowBwsiCheck" pref="cros.accounts.allowBWSI"
15 type="checkbox"> 15 type="checkbox">
(...skipping 36 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