Chromium Code Reviews| Index: chrome/browser/resources/options2/manage_profile_overlay.css |
| =================================================================== |
| --- chrome/browser/resources/options2/manage_profile_overlay.css (revision 149057) |
| +++ chrome/browser/resources/options2/manage_profile_overlay.css (working copy) |
| @@ -7,7 +7,6 @@ |
| } |
| .profile-icon-grid-item { |
| - border: none !important; |
| height: 31px; |
| margin: 4px 6px; |
| padding: 4px; |
| @@ -19,6 +18,16 @@ |
| width: 38px; |
| } |
| +.profile-name-container { |
| + -webkit-box-align: center; |
| + -webkit-box-orient: horizontal; |
| + -webkit-box-pack: center; |
| + display: -webkit-box; |
| + margin-left: auto; |
| + margin-right: auto; |
| + width: 50%; |
| +} |
| + |
| #create-profile-name:invalid { |
| background-color: pink; |
| } |
| @@ -73,6 +82,24 @@ |
| padding: 2px; |
| } |
| +#create-profile-content:after { |
|
James Hawkins
2012/08/01 00:42:54
nit: Document what this is for.
Halli
2012/08/01 15:36:25
Done.
|
| + background: #c0c0c0; |
| + content: ''; |
| + display: block; |
| + height: 1px; |
| + margin-top: 20px; |
| + width: 100%; |
| +} |
| + |
| +#manage-profile-content:after { |
|
James Hawkins
2012/08/01 00:42:54
nit: Collapse this into the above block, i.e.,
#c
Halli
2012/08/01 15:36:25
Done.
|
| + background: #c0c0c0; |
| + content: ''; |
| + display: block; |
| + height: 1px; |
| + margin-top: 20px; |
| + width: 100%; |
| +} |
| + |
| #create-profile-content > :first-child { |
| margin-bottom: 10px; |
| } |
| @@ -99,27 +126,6 @@ |
| margin-top: 10px; |
| } |
| -#create-profile-name-div, |
| -#manage-profile-name-div { |
| - -webkit-box-align: center; |
| - -webkit-box-orient: horizontal; |
| - -webkit-box-pack: center; |
| - display: -webkit-box; |
| - margin-left: auto; |
| - margin-right: auto; |
| - width: 50%; |
| -} |
| - |
| -#create-profile-name-label, |
| -#manage-profile-name-label { |
| - -webkit-margin-end: 20px; |
| -} |
| - |
| -#create-profile-name, |
| -#manage-profile-name { |
| - -webkit-box-flex: 1; |
| -} |
| - |
| .action-area-checkbox-container { |
| -webkit-box-flex: 1; |
| } |