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

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 full rules in pp_ifdef and only one pp_ifdef for entire rules 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..cd90f168a39e66ccf54c1d725eed446047cd1d3b 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -62,6 +62,13 @@
width: 16px;
}
+<if expr="pp_ifdef('touchui')"> /* CSS rules for touchui builds. */
+.close-subpage { /* In TOUCH_UI builds, the IDR_CLOSE_BAR resource is double-size. */
Rick Byers 2011/09/22 13:30:10 Line too long (80 column limit). I suggest moving
bshe 2011/09/22 13:47:49 Done.
+ height: 32px;
+ width: 32px;
+}
+</if>
+
.close-subpage:hover {
background-image: url('chrome://theme/IDR_CLOSE_BAR_H');
}
« 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