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 |
index ee8ca82f7a48fee22fc07fa59580cfbd425d8dc9..63fc87b5863c3a89bc56092f79f0d4360b8da120 100644 |
--- a/chrome/browser/resources/options/content_settings_exceptions_area.css |
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.css |
@@ -4,11 +4,13 @@ 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. */ |
+.exceptionPattern { |
+ display: -webkit-box; |
+ -webkit-box-flex: 1; |
} |
.exceptionSetting { |
- float: right; |
- margin-right: 30px; |
+ display: inline-block; |
+ width: 100px; |
+ margin-right: 20px; |
arv (Not doing code reviews)
2010/12/14 22:42:37
-webkit-margin-end?
|
} |