summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/autofill_overlay.css
blob: ce1dd1b24c3d148f315e36f5cc9dbda7f125696b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#autofill-edit-address-overlay,
#autofill-edit-credit-card-overlay {
  width: 500px;
}

div.table {
  display: table;
}

div.cell {
  display: table-cell;
  max-width: 151px;
}

div.row {
  display: table-row;
}

div.input {
  padding: 2px;
}

input.form {
  width: 90%;
  max-width: 151px;
}