| Index: chrome/browser/resources/options/chromeos_accounts_options_page.css
|
| diff --git a/chrome/browser/resources/options/chromeos_accounts_options_page.css b/chrome/browser/resources/options/chromeos_accounts_options_page.css
|
| index f92132f2674641eee3e6500320d1b11dffe239c2..10aa695f7653bb6854b0122304775459ea400fcb 100644
|
| --- a/chrome/browser/resources/options/chromeos_accounts_options_page.css
|
| +++ b/chrome/browser/resources/options/chromeos_accounts_options_page.css
|
| @@ -78,6 +78,22 @@ html[dir=rtl] .remove-user-button {
|
| width: 366px;
|
| }
|
|
|
| +#ownerOnlyWarning {
|
| + margin-bottom: 10px;
|
| +}
|
| +
|
| +#ownerOnlyWarning > * {
|
| + vertical-align: middle;
|
| +}
|
| +
|
| +#warningIcon {
|
| + width: 17px;
|
| + height: 17px;
|
| + display: inline-block;
|
| + background-repeat: no-repeat;
|
| + background-image: url('warning.png');
|
| +}
|
| +
|
| input#userNameEdit:invalid {
|
| background-color: #ff6666;
|
| }
|
|
|