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

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

Issue 6516019: Made activate/buy button show consistently on network list and details pages.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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/chromeos_internet_options_page.css
===================================================================
--- chrome/browser/resources/options/chromeos_internet_options_page.css (revision 74823)
+++ chrome/browser/resources/options/chromeos_internet_options_page.css (working copy)
@@ -193,8 +193,9 @@
#detailsInternetPage[cellplanloading] .plan-details-info,
#detailsInternetPage[cellplanloading] > * > #buyplanDetails,
#detailsInternetPage[cellplanloading] #planList,
-#detailsInternetPage[activated] > * > #activateDetails,
-#detailsInternetPage:not([activated]) > * > #buyplanDetails,
+#detailsInternetPage[cellplanloading] > * > #buyplanDetails,
Charlie Lee 2011/02/14 20:50:32 Is this line a copy & paster error?
zel 2011/02/17 00:56:05 I have removed most selectors related to these two
+#detailsInternetPage:not([showactivate]) > * > #activateDetails,
+#detailsInternetPage:not([showbuy]) > * > #buyplanDetails,
#detailsInternetPage:not([activated]) > * > #detailsInternetLogin,
#detailsInternetPage[hascellplan] .plan-loading-info,
#detailsInternetPage[hascellplan] .no-plan-info,

Powered by Google App Engine
This is Rietveld 408576698