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

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

Issue 3068005: Flesh out the content settings exceptions lists a bit more. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: reduce instance vars Created 10 years, 5 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_exceptions_area.css
diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.css b/chrome/browser/resources/options/content_settings_exceptions_area.css
new file mode 100644
index 0000000000000000000000000000000000000000..103014c95efe8ad099dc803934f507b26d3aee3a
--- /dev/null
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.css
@@ -0,0 +1,13 @@
+/*
+Copyright (c) 2010 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+*/
+
+.exceptionInput {
+ /* TODO(estade): need something here to make it fill the remaining space. */
+}
+
+.exceptionSelect {
+ float: right;
+}

Powered by Google App Engine
This is Rietveld 408576698