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

Side by Side Diff: chrome/browser/resources/options2/startup_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="startup-overlay" class="page" hidden> 1 <div id="startup-overlay" class="page" hidden>
2 <div class="close-button"></div>
2 <h1 i18n-content="startupPagesOverlay"></h1> 3 <h1 i18n-content="startupPagesOverlay"></h1>
3 <!-- This <input> element is always hidden. It needs to be here so that 4 <!-- This <input> element is always hidden. It needs to be here so that
4 its 'controlled-by' attribute will get set when the urls preference is 5 its 'controlled-by' attribute will get set when the urls preference is
5 managed by a policy, so that the managed prefs bar will show up. 6 managed by a policy, so that the managed prefs bar will show up.
6 --> 7 -->
7 <input type="text" pref="session.urls_to_restore_on_startup" hidden> 8 <input type="text" pref="session.urls_to_restore_on_startup" hidden>
8 <div class="content-area"> 9 <div class="content-area">
9 <list id="startupPagesList"></list> 10 <list id="startupPagesList"></list>
10 </div> 11 </div>
11 <div class="action-area"> 12 <div class="action-area">
12 <span class="hbox stretch"> 13 <span class="hbox stretch">
13 <button id="startupUseCurrentButton" 14 <button id="startupUseCurrentButton"
14 i18n-content="startupUseCurrent"></button> 15 i18n-content="startupUseCurrent"></button>
15 </span> 16 </span>
16 <button id="startup-overlay-cancel" i18n-content="cancel"></button> 17 <button id="startup-overlay-cancel" i18n-content="cancel"></button>
17 <button id="startup-overlay-confirm" i18n-content="ok"></button> 18 <button id="startup-overlay-confirm" i18n-content="ok"></button>
18 </div> 19 </div>
19 <div id="startupPagesListDropmarker"></div> 20 <div id="startupPagesListDropmarker"></div>
20 </div> 21 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/session_restore_overlay.html ('k') | chrome/browser/resources/shared/css/overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698