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

Unified Diff: chrome/browser/resources/options/alert_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 | « no previous file | chrome/browser/resources/options/browser_options_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/alert_overlay.html
diff --git a/chrome/browser/resources/options/alert_overlay.html b/chrome/browser/resources/options/alert_overlay.html
index 751207744f7ec1b724f5ad1c01ea38e311d48a94..e1dbfc30035add6b248e5f8bd4cf62f6198a819a 100644
--- a/chrome/browser/resources/options/alert_overlay.html
+++ b/chrome/browser/resources/options/alert_overlay.html
@@ -1,8 +1,12 @@
<div class="page hidden" id="alertOverlay">
<h1 id="alertOverlayTitle"></h1>
- <div id="alertOverlayMessage"></div>
- <div class="action-area button-strip">
- <button type="reset" id="alertOverlayCancel"></button>
- <button type="submit" id="alertOverlayOk"></button>
+ <div class="content-area">
+ <div id="alertOverlayMessage"></div>
+ </div>
+ <div class="action-area">
+ <div class="button-strip">
+ <button type="reset" id="alertOverlayCancel"></button>
+ <button type="submit" id="alertOverlayOk"></button>
+ </div>
</div>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698