Chromium Code Reviews| Index: chrome/browser/resources/options2/manage_profile_overlay.css |
| =================================================================== |
| --- chrome/browser/resources/options2/manage_profile_overlay.css (revision 150179) |
| +++ chrome/browser/resources/options2/manage_profile_overlay.css (working copy) |
| @@ -18,7 +18,10 @@ |
| width: 38px; |
| } |
| -.profile-name-container { |
| +#create-profile-name-label-container, |
| +#create-profile-name-input-container, |
| +#manage-profile-name-label-container, |
| +#manage-profile-name-input-container { |
| -webkit-box-align: center; |
| -webkit-box-orient: horizontal; |
| -webkit-box-pack: center; |
| @@ -89,7 +92,7 @@ |
| content: ''; |
| display: block; |
| height: 1px; |
| - margin-top: 20px; |
| + margin-top: 25px; |
| width: 100%; |
| } |
| @@ -119,6 +122,25 @@ |
| margin-top: 10px; |
| } |
| +#create-profile-content > #create-profile-name-input-container { |
| + margin-top: 5px; |
| +} |
| + |
| +#manage-profile-content > #manage-profile-name-input-container { |
|
James Hawkins
2012/08/07 16:47:14
nit: Combine this with the block above.
Halli
2012/08/07 16:52:14
Done.
|
| + margin-top: 5px; |
| +} |
| + |
| +#create-profile-content > #create-profile-name-label-container { |
| + margin-bottom: 5px; |
| + margin-top: 10px; |
| +} |
| + |
| +#manage-profile-content > #manage-profile-name-label-container { |
|
James Hawkins
2012/08/07 16:47:14
nit: Combine this with the block above.
Halli
2012/08/07 16:52:14
Done.
|
| + margin-bottom: 5px; |
| + margin-top: 10px; |
| +} |
| + |
| + |
| .action-area-checkbox-container { |
| -webkit-box-flex: 1; |
| } |