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

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 7926010: Fix X button size of subpage for touch ui (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Use pp_ifdef in main CSS file instead of creat a separate CSS file for touch UI 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index d9658cf822a8de442e60dc136677c5bed36eb90c..ab26de080ea3960effdf9d15dd20c83b350c315a 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -60,6 +60,10 @@
position: relative;
top: 16px;
width: 16px;
+<if expr="pp_ifdef('touchui')"> /* In TOUCH_UI builds, the IDR_CLOSE_BAR resource is double-size. */
Rick Byers 2011/09/20 13:18:50 Cool, I didn't realize that grit processed <if>s i
+ height: 32px;
+ width: 32px;
+</if>
arv (Not doing code reviews) 2011/09/19 22:22:14 Can you use else?
Rick Byers 2011/09/20 13:18:50 I don't think Grit has any support for <else>, doe
}
.close-subpage:hover {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698