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

Side by Side Diff: chrome/browser/resources/options2/handler_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="handler-options" class="page" hidden> 1 <div id="handler-options" class="page" hidden>
2 <div class="close-button"></div>
2 <h1 i18n-content="handlersPage"></h1> 3 <h1 i18n-content="handlersPage"></h1>
3 <div class="content-area"> 4 <div class="content-area">
4 <h3 i18n-content="handlers_active_heading"></h3> 5 <h3 i18n-content="handlers_active_heading"></h3>
5 <div class="handlers-column-headers"> 6 <div class="handlers-column-headers">
6 <div class="handlers-type-column"> 7 <div class="handlers-type-column">
7 <div i18n-content="handlers_type_column_header"></div> 8 <div i18n-content="handlers_type_column_header"></div>
8 </div> 9 </div>
9 <div class="handlers-site-column"> 10 <div class="handlers-site-column">
10 <div i18n-content="handlers_site_column_header"></div> 11 <div i18n-content="handlers_site_column_header"></div>
11 </div> 12 </div>
(...skipping 14 matching lines...) Expand all
26 </div> 27 </div>
27 <list id="ignored-handlers-list"></list> 28 <list id="ignored-handlers-list"></list>
28 </div> 29 </div>
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="handler-options-overlay-confirm" i18n-content="ok"></button> 33 <button id="handler-options-overlay-confirm" i18n-content="ok"></button>
33 </div> 34 </div>
34 </div> 35 </div>
35 </div> 36 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/font_settings.html ('k') | chrome/browser/resources/options2/home_page_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698