Chromium Code Reviews| Index: chrome/browser/resources/sync_setup_overlay.html |
| diff --git a/chrome/browser/resources/sync_setup_overlay.html b/chrome/browser/resources/sync_setup_overlay.html |
| index ebc13c066bd390bbfd14f0f6714db9700dd4d7e0..c6fecd28f8664566a4b000f912a30e852d530887 100644 |
| --- a/chrome/browser/resources/sync_setup_overlay.html |
| +++ b/chrome/browser/resources/sync_setup_overlay.html |
| @@ -220,6 +220,11 @@ |
| <h1 i18n-content="stopSyncingTitle"></h1> |
| <div class="content-area"> |
| <span i18n-values=".innerHTML:stopSyncingExplanation"></span> |
| + <p/> |
|
James Hawkins
2014/04/30 20:19:32
What is this for?
haitaol1
2014/04/30 20:34:15
To put checkbox on a new line and put some space b
James Hawkins
2014/04/30 20:35:37
Wrap the <label> in a <div>. Give the div and ID
|
| + <label> |
| + <input id="delete-profile" type="checkbox"> |
| + <span i18n-content="deleteProfileLabel"></span> |
| + </label> |
| </div> |
| <div class="action-area button-strip"> |
| <input id="stop-syncing-cancel" type="button" |