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

Side by Side Diff: chrome/browser/resources/options2/font_settings.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="font-settings" class="page" hidden> 1 <div id="font-settings" class="page" hidden>
2 <div class="close-button"></div>
2 <h1 i18n-content="fontSettingsPage"></h1> 3 <h1 i18n-content="fontSettingsPage"></h1>
3 <div class="content-area"> 4 <div class="content-area">
4 <section> 5 <section>
5 <h3 i18n-content="fontSettingsStandard"></h3> 6 <h3 i18n-content="fontSettingsStandard"></h3>
6 <div class="font-setting-container"> 7 <div class="font-setting-container">
7 <div class="font-input-div"> 8 <div class="font-input-div">
8 <div> 9 <div>
9 <select id="standard-font-family" class="font-input" 10 <select id="standard-font-family" class="font-input"
10 data-type="string" metric="Options_ChangeStandardFont" 11 data-type="string" metric="Options_ChangeStandardFont"
11 pref="webkit.webprefs.global.standard_font_family"> 12 pref="webkit.webprefs.global.standard_font_family">
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 </div> 97 </div>
97 </div> 98 </div>
98 </section> 99 </section>
99 </div> 100 </div>
100 <div class="action-area"> 101 <div class="action-area">
101 <div class="button-strip"> 102 <div class="button-strip">
102 <button id="font-settings-confirm" i18n-content="ok"></button> 103 <button id="font-settings-confirm" i18n-content="ok"></button>
103 </div> 104 </div>
104 </div> 105 </div>
105 </div> 106 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/cookies_view.html ('k') | chrome/browser/resources/options2/handler_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698