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

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: git add 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 5e1bffe61ca3b01c09f5610b1fcc813ba6fb90e5..d5e8646b3fc86226eaa43620d48e5036b48db20b 100644
--- a/chrome/browser/resources/options/content_settings.css
+++ b/chrome/browser/resources/options/content_settings.css
@@ -4,11 +4,6 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
*/
-#contentSettingsPage list {
- border: 1px solid #d9d9d9;
- border-radius: 2px;
-}
-
.exceptionPattern {
display: -webkit-box;
-webkit-box-flex: 1;
@@ -19,3 +14,23 @@ found in the LICENSE file.
width: 100px;
margin-right: 20px;
}
+
+#exceptionColumnHeaders {
+ display: -webkit-box;
+ margin-top: 17px;
+ margin-left: 3px;
arv (Not doing code reviews) 2010/12/21 00:34:27 -webkit-margin-start
Evan Stade 2010/12/21 02:09:00 Done.
+ margin-bottom: 4px;
+}
+
+#exceptionColumnHeaders > span {
arv (Not doing code reviews) 2010/12/21 00:34:27 maybe use an hx?
Evan Stade 2010/12/21 02:09:00 why?
arv (Not doing code reviews) 2010/12/21 19:08:54 I saw the word "header" and went into default mode
+ display: block;
+ font-weight: bold;
+}
+
+#exceptionPatternColumn {
+ -webkit-box-flex: 1;
+}
+
+#exceptionBehaviorColumn {
+ width: 140px;
+}

Powered by Google App Engine
This is Rietveld 408576698