Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 div.autofill-section { | |
| 2 display: block; | |
| 3 padding: 1em 0 0; | |
| 4 } | |
| 5 | |
| 6 #profileSelectContainer { | |
| 7 display: -webkit-box; | |
| 8 } | |
| 9 | |
| 10 #profileSelectLeftColumn { | |
| 11 -webkit-box-flex: 1; | |
| 12 } | |
| 13 #profileSelectLeftColumn select { | |
| 14 width: 100%; | |
| 15 } | |
| OLD | NEW |