Chromium Code Reviews| 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 760030db3d22f323ea5f7e2b7551634e0c67a71f..edccb867d567d1f565c3d0449c985871dffb6572 100644 |
| --- a/chrome/browser/resources/options/manage_profile_overlay.css |
| +++ b/chrome/browser/resources/options/manage_profile_overlay.css |
| @@ -43,11 +43,21 @@ |
| margin-right: auto; |
| max-height: 50px; |
| overflow: hidden; |
| - padding: 1px 10px; |
| + padding: 10px 10px; |
| text-align: center; |
| width: 80%; |
| } |
| +html[dir='ltr'] #create-profile-error-bubble { |
| + margin-left: 20px; |
| + width: 90%; |
| +} |
| + |
| +html[dir='rtl'] #create-profile-error-bubble { |
| + margin-right: 20px; |
| + width: 90%; |
| +} |
|
Pam (message me for reviews)
2014/01/08 11:21:35
From the screenshot, it looks like you also want t
Adrian Kuegel
2014/01/08 12:51:47
Done.
|
| + |
| #create-profile-error-bubble[hidden], |
| #manage-profile-error-bubble[hidden] { |
| display: block !important; |
| @@ -121,7 +131,7 @@ html[dir='rtl'] #delete-profile-icon { |
| } |
| #create-profile-managed-content-area { |
| - padding-top: 0; |
| + padding-top: 10; |
| } |
| #import-existing-managed-user-link { |