| Index: chrome/browser/resources/options2/manage_profile_overlay.html
|
| ===================================================================
|
| --- chrome/browser/resources/options2/manage_profile_overlay.html (revision 149057)
|
| +++ chrome/browser/resources/options2/manage_profile_overlay.html (working copy)
|
| @@ -8,9 +8,11 @@
|
| i18n-content="manageProfilesIconLabel">
|
| </div>
|
| <grid id="manage-profile-icon-grid"></grid>
|
| - <div id="manage-profile-name-div">
|
| + <div class="profile-name-container">
|
| <span id="manage-profile-name-label"
|
| i18n-content="manageProfilesNameLabel"></span>
|
| + </div>
|
| + <div class="profile-name-container">
|
| <input id="manage-profile-name" type="text" required>
|
| </div>
|
| <div id="manage-profile-error-bubble" hidden>
|
| @@ -56,10 +58,12 @@
|
| <div id="create-profile-content" class="content-area">
|
| <div id="create-profile-instructions"></div>
|
| <grid id="create-profile-icon-grid"></grid>
|
| - <div id="create-profile-name-div">
|
| + <div class="profile-name-container">
|
| <span id="create-profile-name-label"
|
| i18n-content="manageProfilesNameLabel">
|
| </span>
|
| + </div>
|
| + <div class="profile-name-container">
|
| <input id="create-profile-name" type="text" required>
|
| </div>
|
| <div id="create-profile-error-bubble" hidden></div>
|
|
|