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; |
+} |