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

Unified Diff: chrome/browser/resources/shared/css/chrome_shared2.css

Issue 10006028: Plugins page in BWSI session has unnecessary and misleading UI components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More post-review fixes Created 8 years, 8 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/shared/css/chrome_shared2.css
diff --git a/chrome/browser/resources/shared/css/chrome_shared2.css b/chrome/browser/resources/shared/css/chrome_shared2.css
index c5faaf18f589490bc75a2b6f203e6a8081df90b5..af421fa071194fead4d2c3e3870509e9397f3277 100644
--- a/chrome/browser/resources/shared/css/chrome_shared2.css
+++ b/chrome/browser/resources/shared/css/chrome_shared2.css
@@ -7,6 +7,9 @@
* replace, but has CSS specific to options and options-like pages. */
@import url("chrome://resources/css/widgets.css");
+<if expr="pp_ifdef('chromeos')">
Nikita (slow) 2012/04/09 16:10:29 Why is this change needed?
Denis Kuznetsov (DE-MUC) 2012/04/10 13:15:40 chrome://chrome/settings uber-page and some of it'
James Hawkins 2012/04/10 18:26:54 If it's only used in settings, it needs to go in t
Denis Kuznetsov (DE-MUC) 2012/04/11 13:51:14 It is currently used by Options, and it will be us
+ @import url("chrome://resources/css/chromeos/ui_account_tweaks.css");
+</if>
/* Prevent CSS from overriding the hidden property. */
[hidden] {

Powered by Google App Engine
This is Rietveld 408576698