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

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

Issue 7926010: Fix X button size of subpage for touch ui (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 3 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 0b14ab8e3b653f7977d79ca5c933fa41f0b9dbd5..111d2adbf2d22a0bd773a7c250431fab26b9d695 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -54,6 +54,9 @@
<if expr="pp_ifdef('chromeos') and pp_ifdef('touchui')">
<link rel="stylesheet" href="chromeos/virtual_keyboard.css">
</if>
+<if expr="pp_ifdef('touchui')">
+ <link rel="stylesheet" href="options_page_touchui.css">
+</if>
<if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')">
<link rel="stylesheet" href="certificate_manager.css">

Powered by Google App Engine
This is Rietveld 408576698