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

Unified Diff: chrome/browser/resources/options/content_settings.html

Issue 3086017: Add tabs to passwords and exceptions subpage (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: add todo for mac Created 10 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index c5911b745209c1a6b0847002a6938aeed5913ad7..e3a550cf98ff936d05431213c186b6c026984a65 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -6,7 +6,7 @@
</h1>
<!-- Navigation tabs -->
- <div id="content-settings-nav-tabs">
+ <div class="subpages-nav-tabs">
<span i18n-content="cookies_tab_label" id="cookies-nav-tab"
class="inactive-tab" tab-contents="cookiesFilterTab"></span><span
i18n-content="images_tab_label" id="images-nav-tab"
@@ -25,7 +25,7 @@
<br>
<!-- Cookie filter tab contents -->
- <div id="cookiesFilterTab" class="content-settings-tab-contents">
+ <div id="cookiesFilterTab" class="subpages-tab-contents">
<span i18n-content="cookies_modify"></span>
<table class="option-control-table">
<tr>
@@ -75,7 +75,7 @@
</div>
<!-- Image filter tab contents -->
- <div id="imagesFilterTab" class="content-settings-tab-contents">
+ <div id="imagesFilterTab" class="subpages-tab-contents">
<span i18n-content="images_setting"></span>
<table class="option-control-table">
<tr>
@@ -103,7 +103,7 @@
</div>
<!-- JavaScript filter tab contents -->
- <div id="javascriptFilterTab" class="content-settings-tab-contents">
+ <div id="javascriptFilterTab" class="subpages-tab-contents">
<span i18n-content="javascript_setting"></span>
<table class="option-control-table">
<tr>
@@ -127,7 +127,7 @@
</div>
<!-- Plug-ins filter tab contents -->
- <div id="pluginsFilterTab" class="content-settings-tab-contents">
+ <div id="pluginsFilterTab" class="subpages-tab-contents">
<span i18n-content="plugins_setting"></span>
<table class="option-control-table">
<tr>
@@ -156,7 +156,7 @@
</div>
<!-- Pop-ups filter tab contents -->
- <div id="popupsFilterTab" class="content-settings-tab-contents">
+ <div id="popupsFilterTab" class="subpages-tab-contents">
<span i18n-content="popups_setting"></span>
<table class="option-control-table">
<tr>
@@ -180,7 +180,7 @@
</div>
<!-- Location filter tab contents -->
- <div id="locationFilterTab" class="content-settings-tab-contents">
+ <div id="locationFilterTab" class="subpages-tab-contents">
<span i18n-content="location_setting"></span>
<table class="option-control-table">
<tr>
@@ -210,7 +210,7 @@
</div>
<!-- Notifications filter tab contents -->
- <div id="notificationsFilterTab" class="content-settings-tab-contents">
+ <div id="notificationsFilterTab" class="subpages-tab-contents">
<span i18n-content="notifications_setting"></span>
<table class="option-control-table">
<tr>
« no previous file with comments | « chrome/browser/resources/options/advanced_options.js ('k') | chrome/browser/resources/options/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698