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

Unified Diff: chrome/browser/resources/sync_setup_overlay.html

Issue 10187008: Sync UI: Ensure the close button is shown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 8 years, 8 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/sync_setup_overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4f019ddd52f81dc14fdcceabf54bfb1c1a19a840..f97229ec309cbc66315a14ee2a29f6bfb763caee 100644
--- a/chrome/browser/resources/sync_setup_overlay.html
+++ b/chrome/browser/resources/sync_setup_overlay.html
@@ -1,4 +1,5 @@
<div id="sync-setup-overlay" class="page" hidden>
+ <div class="close-button"></div>
<div id="sync-setup-login" hidden>
<div id="promo-title-container" hidden>
<h1 i18n-content="promoTitle"></h1>
@@ -11,7 +12,6 @@
</div>
<div class="sync-main-content">
<div id="sync-setup-login-content-column">
- <div class="close-button"></div>
<h1 id="sync-setup-overlay-title" i18n-content="syncSetupOverlay"></h1>
<div class="sign-in">
<div id="top-blurb-error" class="reset-hidden" hidden>
@@ -154,7 +154,6 @@
</div>
</div>
<div id="customize-sync-preferences" hidden>
- <div class="close-button"></div>
<h1 i18n-content="syncSetupConfigureTitle"></h1>
<form id="choose-data-types-form">
<div id="sync-configure-content" class="content-area">
@@ -341,7 +340,6 @@
</div>
</div>
<div id="sync-setup-spinner" hidden>
- <div class="close-button"></div>
<h1 i18n-content="syncSetupConfigureTitle"></h1>
<div class="content-area">
<div id="spinner-throbber" class="throbber"></div>
@@ -351,7 +349,6 @@
</div>
</div>
<div id="sync-setup-stop-syncing" hidden>
- <div class="close-button"></div>
<h1 i18n-content="stopSyncingTitle"></h1>
<div class="content-area">
<span i18n-values=".innerHTML:stopSyncingExplanation"></span>
« no previous file with comments | « no previous file | chrome/browser/resources/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698