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

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

Issue 5568007: DOMUI Prefs: Change subpage close button to an actual button element (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/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.html
diff --git a/chrome/browser/resources/options.html b/chrome/browser/resources/options.html
index eb6448ccd95f33e0bed7b3de91e0cde7284e9e17..95eb58f26d45b4316f740448eb3fd608dc248e60 100644
--- a/chrome/browser/resources/options.html
+++ b/chrome/browser/resources/options.html
@@ -337,8 +337,8 @@ window.onpopstate = function(e) {
<!-- End main pages -->
<div id="subpage-sheet-container" class="hidden">
<div id="subpage-sheet">
- <div class="close-subpage"
- onclick="OptionsPage.closeSubPage();"></div>
+ <button class="close-subpage"
+ onclick="OptionsPage.closeSubPage();"></button>
<if expr="pp_ifdef('chromeos')">
<include src="options/about_page.html">
<include src="options/chromeos_language_options.html">
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698