Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1929)

Unified Diff: chrome/browser/resources/options2/chromeos/change_picture_options.html

Issue 9382032: [uber page] Migrate the change picture sub-page to a dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/options2/chromeos/change_picture_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/browser/resources/options2/chromeos/change_picture_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698