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

Side by Side Diff: chrome/browser/resources/options2/content_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="content-settings-page" class="page" hidden> 1 <div id="content-settings-page" class="page" hidden>
2 <div class="close-button"></div>
2 <h1 i18n-content="contentSettingsPage"></h1> 3 <h1 i18n-content="contentSettingsPage"></h1>
3 <div class="content-area"> 4 <div class="content-area">
4 <!-- Cookie filter tab contents --> 5 <!-- Cookie filter tab contents -->
5 <section> 6 <section>
6 <h3 i18n-content="cookies_tab_label"></h3> 7 <h3 i18n-content="cookies_tab_label"></h3>
7 <div> 8 <div>
8 <div class="radio"> 9 <div class="radio">
9 <label> 10 <label>
10 <input type="radio" name="cookies" value="allow" id="cookies-allow"> 11 <input type="radio" name="cookies" value="allow" id="cookies-allow">
11 <span i18n-content="cookies_allow"></span> 12 <span i18n-content="cookies_allow"></span>
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 </label> 257 </label>
257 </div> 258 </div>
258 </section> 259 </section>
259 </div> 260 </div>
260 <div class="action-area"> 261 <div class="action-area">
261 <div class="button-strip"> 262 <div class="button-strip">
262 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> 263 <button id="content-settings-overlay-confirm" i18n-content="ok"></button>
263 </div> 264 </div>
264 </div> 265 </div>
265 </div> 266 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698