Chromium Code Reviews| Index: chrome/browser/resources/options/personal_options.css |
| diff --git a/chrome/browser/resources/options/personal_options.css b/chrome/browser/resources/options/personal_options.css |
| index 2fc943729d37b70fff7b58a9d84e34ad2b1bdfbe..1fb6962b1ee033ea20676be0b6955d2471001ced 100644 |
| --- a/chrome/browser/resources/options/personal_options.css |
| +++ b/chrome/browser/resources/options/personal_options.css |
| @@ -22,6 +22,17 @@ |
| margin-bottom: 10px; |
| } |
| +#profiles-list > * { |
| + height: 40px; |
| +} |
| + |
| +.profile-img { |
| + height: 31px; |
| + padding: 3px; |
| + vertical-align: middle; |
| + width: 38px; |
| +} |
| + |
| .profile-item-current { |
| font-weight: bold; |
| } |