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

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

Issue 9625006: Implement new overlay style for options pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 9 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="accountsPage" class="page" hidden> 1 <div id="accountsPage" class="page" hidden>
2 <div class="close-button"></div>
2 <h1 i18n-content="accountsPage"></h1> 3 <h1 i18n-content="accountsPage"></h1>
3 <div class="content-area"> 4 <div class="content-area">
4 <div class="option"> 5 <div class="option">
5 <div id="ownerOnlyWarning" hidden> 6 <div id="ownerOnlyWarning" hidden>
6 <span i18n-content="owner_only"></span> 7 <span i18n-content="owner_only"></span>
7 <span i18n-content="owner_user_id"></span> 8 <span i18n-content="owner_user_id"></span>
8 </div> 9 </div>
9 <table class="option-control-table"> 10 <table class="option-control-table">
10 <tr> 11 <tr>
11 <td class="option-name"> 12 <td class="option-name">
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 </td></tr> 58 </td></tr>
58 </table> 59 </table>
59 </div> 60 </div>
60 </div> 61 </div>
61 <div class="action-area"> 62 <div class="action-area">
62 <div class="button-strip"> 63 <div class="button-strip">
63 <button id="accounts-options-overlay-confirm" i18n-content="ok"></button> 64 <button id="accounts-options-overlay-confirm" i18n-content="ok"></button>
64 </div> 65 </div>
65 </div> 66 </div>
66 </div> 67 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698