OLD | NEW |
---|---|
1 div.autofill-section { | 1 .autofill-list-item { |
2 display: block; | 2 padding-left: 8px; |
arv (Not doing code reviews)
2010/12/22 18:14:07
-webkit-padding-start?
James Hawkins
2010/12/22 21:22:31
Done.
| |
3 padding: 1em 0 0; | |
4 } | 3 } |
5 | 4 |
6 #profile-select-container { | 5 #autofill-options > div:last-child { |
7 display: -webkit-box; | 6 margin-top: 15px; |
8 } | 7 } |
9 | 8 |
10 #profile-select-left-column { | 9 #autofill-options * div.settings-list > :last-child { |
11 -webkit-box-flex: 1; | 10 border-top: 1px solid #D9D9D9; |
11 padding: 5px 10px; | |
12 } | 12 } |
13 | |
14 #profile-select-left-column select { | |
15 width: 100%; | |
16 } | |
OLD | NEW |