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

Side by Side Diff: chrome/browser/resources/options2/manage_profile_overlay.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="manage-profile-overlay" class="page" hidden> 1 <div id="manage-profile-overlay" class="page" hidden>
2 <div class="close-button"></div>
2 <!-- Dialog for managing profiles. --> 3 <!-- Dialog for managing profiles. -->
3 <div id="manage-profile-overlay-manage" hidden> 4 <div id="manage-profile-overlay-manage" hidden>
4 <h1 i18n-content="manageProfile"></h1> 5 <h1 i18n-content="manageProfile"></h1>
5 <div id="manage-profile-content" class="content-area"> 6 <div id="manage-profile-content" class="content-area">
6 <div id="manage-profile-name-div"> 7 <div id="manage-profile-name-div">
7 <span id="manage-profile-name-label" 8 <span id="manage-profile-name-label"
8 i18n-content="manageProfilesNameLabel"></span> 9 i18n-content="manageProfilesNameLabel"></span>
9 <input id="manage-profile-name" type="text" required> 10 <input id="manage-profile-name" type="text" required>
10 </div> 11 </div>
11 <div id="manage-profile-error-bubble" hidden> 12 <div id="manage-profile-error-bubble" hidden>
(...skipping 17 matching lines...) Expand all
29 </div> 30 </div>
30 <div class="action-area"> 31 <div class="action-area">
31 <div class="button-strip"> 32 <div class="button-strip">
32 <button id="delete-profile-cancel" i18n-content="cancel"></button> 33 <button id="delete-profile-cancel" i18n-content="cancel"></button>
33 <button id="delete-profile-ok" 34 <button id="delete-profile-ok"
34 i18n-content="deleteProfileOK"></button> 35 i18n-content="deleteProfileOK"></button>
35 </div> 36 </div>
36 </div> 37 </div>
37 </div> 38 </div>
38 </div> 39 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/language_options.html ('k') | chrome/browser/resources/options2/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698