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

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

Issue 10831385: Autofill: Widen the input elements to accomodate more verbose languages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/autofill_edit_overlay.css
diff --git a/chrome/browser/resources/options/autofill_edit_overlay.css b/chrome/browser/resources/options/autofill_edit_overlay.css
index 76f56a63e0aa063ff2bfc4eacb4a6b4faa68e2de..21fe565fe726aa553f2737bb8ec15f108e1cc2a6 100644
--- a/chrome/browser/resources/options/autofill_edit_overlay.css
+++ b/chrome/browser/resources/options/autofill_edit_overlay.css
@@ -40,7 +40,7 @@ div.input {
#autofill-edit-address-overlay list {
/* Min height is a multiple of the list item height (32) */
min-height: 32px;
- width: 176px;
+ width: 17em;
}
#autofill-edit-address-overlay list div.static-text {
@@ -54,11 +54,11 @@ div.input {
*/
line-height: 1.75em;
min-height: 1.75em;
- width: 141px;
+ width: 16em;
}
#autofill-edit-address-overlay list input {
- width: 151px;
+ width: 16em;
}
#autofill-name-labels {
@@ -76,7 +76,8 @@ div.input {
/* Set the minimum width to the size of an input element, so that all boxes
* have an equal amount of flex space to work with.
*/
- min-width: 141px;
+ min-width: 16em;
+ padding: 0 3px;
}
#autofill-edit-address-overlay list#full-name-list div.static-text {
@@ -84,7 +85,7 @@ div.input {
}
#autofill-edit-address-overlay list#full-name-list input {
- width: 141px;
+ width: 16em;
}
#autofill-edit-address-overlay list#full-name-list {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698