summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/alert_overlay.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/alert_overlay.html')
-rw-r--r--chrome/browser/resources/options/alert_overlay.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/chrome/browser/resources/options/alert_overlay.html b/chrome/browser/resources/options/alert_overlay.html
index 3ab780d..7512077 100644
--- a/chrome/browser/resources/options/alert_overlay.html
+++ b/chrome/browser/resources/options/alert_overlay.html
@@ -1,13 +1,8 @@
<div class="page hidden" id="alertOverlay">
<h1 id="alertOverlayTitle"></h1>
<div id="alertOverlayMessage"></div>
- <div class="button-strip">
- <if expr="os != 'darwin'">
- <button type="submit" id="alertOverlayOk"></button>
- </if>
+ <div class="action-area button-strip">
<button type="reset" id="alertOverlayCancel"></button>
- <if expr="os == 'darwin'">
- <button type="submit" id="alertOverlayOk"></button>
- </if>
+ <button type="submit" id="alertOverlayOk"></button>
</div>
</div>