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

Unified Diff: chrome/browser/resources/options/instant_confirm_overlay.html

Issue 6260019: DOMUI: A few fixes post-dialog refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « chrome/browser/resources/options/chromeos_language_customize_modifier_keys_overlay.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/instant_confirm_overlay.html
diff --git a/chrome/browser/resources/options/instant_confirm_overlay.html b/chrome/browser/resources/options/instant_confirm_overlay.html
index fe0b8b13b3e9464a6126acba71cfb29e64c47373..e49d60982c9afd1df666890043cad4fdc89e2077 100644
--- a/chrome/browser/resources/options/instant_confirm_overlay.html
+++ b/chrome/browser/resources/options/instant_confirm_overlay.html
@@ -1,12 +1,16 @@
-<div class="page hidden" id="instantConfirmOverlay">
+<div id="instantConfirmOverlay" class="page hidden">
<h1 i18n-content="instantConfirmTitle"></h1>
<!-- The text has line breaks, so we must use a pre. -->
- <pre id="instantConfirmText" i18n-content="instantConfirmMessage"></pre>
- <a target="_blank" i18n-values="href:instantLearnMoreLink"
- i18n-content="learnMore" id="instantConfirmLearnMore"></a>
- <div class="action-area button-strip">
- <button id="instantConfirmCancel" i18n-content="cancel"
- class="cancel-button"></button>
- <button id="instantConfirmOk" i18n-content="ok"></button>
+ <div class="content-area">
+ <pre id="instantConfirmText" i18n-content="instantConfirmMessage"></pre>
+ <a target="_blank" i18n-values="href:instantLearnMoreLink"
+ i18n-content="learnMore" id="instantConfirmLearnMore"></a>
+ </div>
+ <div class="action-area">
+ <div class="button-strip">
+ <button id="instantConfirmCancel" i18n-content="cancel"
+ class="cancel-button"></button>
+ <button id="instantConfirmOk" i18n-content="ok"></button>
+ </div>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/options/chromeos_language_customize_modifier_keys_overlay.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698