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

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: Use <div> in place of <span> 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..16773a9382e73181742eadd4dab909253708964b 100644
--- a/chrome/browser/resources/options/autofill_edit_address_overlay.css
+++ b/chrome/browser/resources/options/autofill_overlay.css
@@ -1,4 +1,4 @@
-#autofill-edit-address-overlay {
+#autofill-edit-address-overlay, #autofill-edit-credit-card-overlay {
width: 500px;
}

Powered by Google App Engine
This is Rietveld 408576698