Index: chrome/browser/resources/options2/chromeos/change_picture_options.html |
diff --git a/chrome/browser/resources/options2/chromeos/change_picture_options.html b/chrome/browser/resources/options2/chromeos/change_picture_options.html |
index 1623a80976674f004dab93e5079220cb9a8ef67f..a2900fc61f457e93c58cbd3f7d4246f75b2e218f 100644 |
--- a/chrome/browser/resources/options2/chromeos/change_picture_options.html |
+++ b/chrome/browser/resources/options2/chromeos/change_picture_options.html |
@@ -1,5 +1,12 @@ |
<div id="change-picture-page" class="page" hidden> |
- <header><h1 i18n-content="changePicturePage"></h1></header> |
- <span i18n-content="changePicturePageDescription"></span> |
- <grid id="images-grid"></grid> |
+ <h1 i18n-content="changePicturePage"></h1> |
+ <div class="content-area"> |
+ <span i18n-content="changePicturePageDescription"></span> |
+ <grid id="images-grid"></grid> |
+ </div> |
+ <div class="action-area"> |
+ <div class="button-strip"> |
+ <button id="change-picture-overlay-confirm" i18n-content="ok"></button> |
+ </div> |
+ </div> |
</div> |