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

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: Remove unused files 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 66%
rename from chrome/browser/resources/options/autofill_edit_address_overlay.css
rename to chrome/browser/resources/options/autofill_overlay.css
index 2a8142e5d41948406d72dcc2bbdbdd1334eb9d41..ca58607a04784075b9b309ad745f7308a608ad97 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;
}
@@ -23,3 +23,7 @@ input.form {
width: 90%;
max-width: 151px;
}
+
+div.input label span {
James Hawkins 2011/02/24 08:56:30 If you want display: block, just use a div instead
Ilya Sherman 2011/02/24 10:04:00 Done.
+ display: block;
+}
« 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