1 #autofill-edit-address-overlay { 2 min-width: 510px; 3 } 4 5 #autofill-edit-credit-card-overlay { 6 min-width: 500px; 7 } 8 9 div.table { 10 display: table; 11 } 12 13 div.cell { 14 display: table-cell; 15 } 16 17 div.row { 18 display: table-row; 19 } 20 21 div.input { 22 padding: 2px; 23 } 24 25 #autofill-edit-address-overlay list#full-name-list { 26 width: 237px; 27 } 28 29 #autofill-edit-address-overlay list#full-name-list div.static-text { 30 width: 202px; 31 } 32 33 #autofill-edit-address-overlay list#full-name-list input { 34 width: 212px; 35 } 36 37 /* Size to match large name fields. */ 38 #company-name, #addr-line-1, #addr-line-2 { 39 width: 206px; 40 } 41 42 #country { 43 max-width: 450px; 44 } 45 46 #autofill-edit-address-overlay list { 47 /* Min height is a multiple of the list item height (32) */ 48 min-height: 32px; 49 width: 176px; 50 } 51 52 #autofill-edit-address-overlay list div.static-text { 53 -webkit-box-flex: 1; 54 -webkit-border-radius: 2px; 55 -webkit-padding-start: 4px; 56 -webkit-padding-end: 4px; 57 border: 1px solid darkGray; 58 width: 141px; 59 } 60 61 #autofill-edit-address-overlay list input { 62 width: 151px; 63 } 64