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) |
| @@ -101,6 +101,14 @@ |
| margin-bottom: 10px; |
| } |
| +#create-profile-content > :nth-last-child(2) { |
|
James Hawkins
2012/08/07 01:26:34
Hmm, I don't think I'm a fan of this. Which eleme
Halli
2012/08/07 01:29:07
This is the input area for name. I wanted to just
|
| + margin-top: -5px; |
| +} |
| + |
| +#manage-profile-content > :nth-last-child(2) { |
| + margin-top: -5px; |
| +} |
| + |
| #create-profile-content > :last-child { |
| margin-top: 10px; |
| } |
| @@ -109,12 +117,12 @@ |
| margin-top: 10px; |
| } |
| -#create-profile-content > :not(:first-child):not(:last-child) { |
| +#create-profile-content > :not(:first-child):not(:nth-last-child(-n+2)) { |
| margin-bottom: 10px; |
| margin-top: 10px; |
| } |
| -#manage-profile-content > :not(:first-child):not(:last-child) { |
| +#manage-profile-content > :not(:first-child):not(:nth-last-child(-n+2)) { |
| margin-bottom: 10px; |
| margin-top: 10px; |
| } |