| Index: chrome/browser/resources/md_user_manager/create_profile.css
|
| diff --git a/chrome/browser/resources/md_user_manager/create_profile.css b/chrome/browser/resources/md_user_manager/create_profile.css
|
| index f0e12a72f57526735294d7c767114972dcce13ee..4ea6bc432ef5a8015d9f28aac5ce1ca0dd864a25 100644
|
| --- a/chrome/browser/resources/md_user_manager/create_profile.css
|
| +++ b/chrome/browser/resources/md_user_manager/create_profile.css
|
| @@ -20,8 +20,8 @@
|
| }
|
|
|
| #message-container iron-icon {
|
| - height: 20px;
|
| - width: 20px;
|
| + --iron-icon-height: 20px;
|
| + --iron-icon-width: 20px;
|
| }
|
|
|
| #message-container #message {
|
| @@ -117,6 +117,10 @@ paper-menu paper-item {
|
| line-height: 20px;
|
| }
|
|
|
| +#supervised-user-container #import-user {
|
| + -webkit-margin-start: 16px;
|
| +}
|
| +
|
| #actions {
|
| bottom: 16px;
|
| display: flex;
|
|
|