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

Unified Diff: chrome/browser/resources/options/subpages_tab_controls.css

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
« no previous file with comments | « chrome/browser/resources/options/personal_options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/subpages_tab_controls.css
diff --git a/chrome/browser/resources/options/content_settings_page.css b/chrome/browser/resources/options/subpages_tab_controls.css
similarity index 83%
rename from chrome/browser/resources/options/content_settings_page.css
rename to chrome/browser/resources/options/subpages_tab_controls.css
index 08facfb0077907ec139b810f87c67d70d34eb452..e0e73e2b4f25fe0dc6d63c6b4f793499e19d5319 100644
--- a/chrome/browser/resources/options/content_settings_page.css
+++ b/chrome/browser/resources/options/subpages_tab_controls.css
@@ -4,7 +4,7 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
*/
-#content-settings-nav-tabs .inactive-tab {
+.subpages-nav-tabs .inactive-tab {
background: -webkit-gradient(linear,
left top,
left bottom,
@@ -14,7 +14,7 @@ found in the LICENSE file.
padding: 4px 8px;
}
-#content-settings-nav-tabs .active-tab {
+.subpages-nav-tabs .active-tab {
background: white;
border: 1px solid #a0a0a0;
border-bottom: 0;
@@ -23,11 +23,11 @@ found in the LICENSE file.
font-weight: bold;
}
-#content-settings-nav-tabs {
+.subpages-nav-tabs {
margin-bottom: 15px;
}
-.content-settings-tab-contents {
+.subpages-tab-contents {
display: none;
-webkit-padding-start: 10px;
}
« no previous file with comments | « chrome/browser/resources/options/personal_options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698