Chromium Code Reviews| Index: chrome/browser/resources/options/autofill_options.css |
| diff --git a/chrome/browser/resources/options/autofill_options.css b/chrome/browser/resources/options/autofill_options.css |
| index 0c18e3c3ac9b967a19555defb140c85499a167f0..c73c2853924deebb3e78c7b3eb8f5888afb06dbc 100644 |
| --- a/chrome/browser/resources/options/autofill_options.css |
| +++ b/chrome/browser/resources/options/autofill_options.css |
| @@ -1,16 +1,12 @@ |
| -div.autofill-section { |
| - display: block; |
| - padding: 1em 0 0; |
| +.autofill-list-item { |
| + 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.
|
| } |
| -#profile-select-container { |
| - display: -webkit-box; |
| +#autofill-options > div:last-child { |
| + margin-top: 15px; |
| } |
| -#profile-select-left-column { |
| - -webkit-box-flex: 1; |
| -} |
| - |
| -#profile-select-left-column select { |
| - width: 100%; |
| +#autofill-options * div.settings-list > :last-child { |
| + border-top: 1px solid #D9D9D9; |
| + padding: 5px 10px; |
| } |