summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/autofill_options.css
blob: 0c18e3c3ac9b967a19555defb140c85499a167f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
div.autofill-section {
  display: block;
  padding: 1em 0 0;
}

#profile-select-container {
  display: -webkit-box;
}

#profile-select-left-column {
  -webkit-box-flex: 1;
}

#profile-select-left-column select {
  width: 100%;
}