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

Unified Diff: chrome/browser/resources/options2/autofill_options.css

Issue 9706031: Settings: Fix a few overlays that set min-width on the list directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/options2/cookies_view.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/autofill_options.css
diff --git a/chrome/browser/resources/options2/autofill_options.css b/chrome/browser/resources/options2/autofill_options.css
index 825acb86b09c8edb5c9c9e1355f033a6ce99edb0..2404ccae6102f1e0e266ac482917e29b21c7993b 100644
--- a/chrome/browser/resources/options2/autofill_options.css
+++ b/chrome/browser/resources/options2/autofill_options.css
@@ -2,9 +2,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#address-list,
-#creditcard-list {
- min-width: 500px;
+#autofill-options {
+ min-width: 550px;
Evan Stade 2012/03/15 01:00:58 why is this min-width? when can the autofill optio
James Hawkins 2012/03/15 01:18:16 When a list item grows larger than the width of th
}
#autofill-help {
« no previous file with comments | « no previous file | chrome/browser/resources/options2/cookies_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698