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

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

Issue 6575012: More autofill overlay HTML cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One selector per line Created 9 years, 10 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/autofill_overlay.css
diff --git a/chrome/browser/resources/options/autofill_edit_address_overlay.css b/chrome/browser/resources/options/autofill_overlay.css
similarity index 76%
rename from chrome/browser/resources/options/autofill_edit_address_overlay.css
rename to chrome/browser/resources/options/autofill_overlay.css
index 2a8142e5d41948406d72dcc2bbdbdd1334eb9d41..ce1dd1b24c3d148f315e36f5cc9dbda7f125696b 100644
--- a/chrome/browser/resources/options/autofill_edit_address_overlay.css
+++ b/chrome/browser/resources/options/autofill_overlay.css
@@ -1,4 +1,5 @@
-#autofill-edit-address-overlay {
+#autofill-edit-address-overlay,
+#autofill-edit-credit-card-overlay {
width: 500px;
}
« no previous file with comments | « chrome/browser/resources/options/autofill_edit_creditcard_overlay.js ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698