| Index: chrome/browser/resources/options/manage_profile_overlay.css
|
| diff --git a/chrome/browser/resources/options/manage_profile_overlay.css b/chrome/browser/resources/options/manage_profile_overlay.css
|
| index 2ea31e0ba235b31be66402e0dbffd09f0a375409..4aa53d469332e9fcfb01eff1c91edcfe3c653447 100644
|
| --- a/chrome/browser/resources/options/manage_profile_overlay.css
|
| +++ b/chrome/browser/resources/options/manage_profile_overlay.css
|
| @@ -37,6 +37,19 @@
|
| background-color: pink;
|
| }
|
|
|
| +#disconnect-managed-profile-domain-name {
|
| + font-weight: bold;
|
| +}
|
| +
|
| +#disconnect-managed-profile-domain-information {
|
| + background-color: #f0f0f0;
|
| + padding: 14px 0 14px 17px;
|
| +}
|
| +
|
| +#disconnect-managed-profile-message {
|
| + padding-top: 9px;
|
| +}
|
| +
|
| #create-profile-error-bubble,
|
| #manage-profile-error-bubble {
|
| -webkit-transition: max-height 200ms, padding 200ms;
|
|
|