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

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

Issue 5699004: [tabbed options] more work on content settings exceptions lists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: this.items 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_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;
}

Powered by Google App Engine
This is Rietveld 408576698