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

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

Issue 6241006: DOMUI: Polish common HTML controls to match the rest of the DOMUI pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. 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
Index: chrome/browser/resources/options/options.html
diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
index ef6af0f83ff60b5d2423a287fd876fa0625523fe..72eccd0afbb0d370f09a218b1c002e011696add5 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -183,7 +183,7 @@
<div id="subpage-sheet-container-1"
class="subpage-sheet-container hidden">
<div id="subpage-sheet-1" class="subpage-sheet">
- <button class="close-subpage"></button>
+ <button class="raw-button close-subpage"></button>
<if expr="pp_ifdef('chromeos')">
<include src="about_page.html">
<include src="chromeos_language_options.html">
@@ -208,7 +208,7 @@
<div id="subpage-sheet-container-2"
class="subpage-sheet-container hidden">
<div id="subpage-sheet-2" class="subpage-sheet">
- <button class="close-subpage"></button>
+ <button class="raw-button close-subpage"></button>
<include src="cookies_view.html">
<include src="content_settings_exceptions_area.html">
</div>

Powered by Google App Engine
This is Rietveld 408576698