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

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

Issue 5964003: Content settings lists moved to sub-sub pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix syntax Created 10 years 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.css
diff --git a/chrome/browser/resources/options/content_settings.css b/chrome/browser/resources/options/content_settings.css
index f2168a26634d6ade6e5808014087daa0fa934571..eea0c30026a5ce553787e6881df157284952cf27 100644
--- a/chrome/browser/resources/options/content_settings.css
+++ b/chrome/browser/resources/options/content_settings.css
@@ -16,3 +16,22 @@ found in the LICENSE file.
width: 100px;
margin-right: 20px;
}
+
+#exceptionColumnHeaders {
+ display: -webkit-box;
+ margin-bottom: 4px;
+ margin-top: 17px;
+ -webkit-margin-start: 3px;
+}
+
+#exceptionColumnHeaders > div {
+ font-weight: bold;
+}
+
+#exceptionPatternColumn {
+ -webkit-box-flex: 1;
+}
+
+#exceptionBehaviorColumn {
+ width: 140px;
+}
« no previous file with comments | « chrome/browser/dom_ui/options/content_settings_handler.cc ('k') | chrome/browser/resources/options/content_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698