diff options
author | Kristian Monsen <kristianm@google.com> | 2011-05-11 20:53:37 +0100 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2011-05-16 13:54:48 +0100 |
commit | 21d179b334e59e9a3bfcaed4c4430bef1bc5759d (patch) | |
tree | 64e2bb6da27af6a5c93ca34f6051584aafbfcb9e /chrome/browser/resources/options/chromeos_internet_options_page.css | |
parent | 0c63f00edd6ed0482fd5cbcea937ca088baf7858 (diff) | |
download | external_chromium-21d179b334e59e9a3bfcaed4c4430bef1bc5759d.zip external_chromium-21d179b334e59e9a3bfcaed4c4430bef1bc5759d.tar.gz external_chromium-21d179b334e59e9a3bfcaed4c4430bef1bc5759d.tar.bz2 |
Merge Chromium at 10.0.621.0: Initial merge by git.
Change-Id: I070cc91c608dfa4a968a5a54c173260765ac8097
Diffstat (limited to 'chrome/browser/resources/options/chromeos_internet_options_page.css')
-rw-r--r-- | chrome/browser/resources/options/chromeos_internet_options_page.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/chrome/browser/resources/options/chromeos_internet_options_page.css b/chrome/browser/resources/options/chromeos_internet_options_page.css index 1fc4b30..82e1fc2 100644 --- a/chrome/browser/resources/options/chromeos_internet_options_page.css +++ b/chrome/browser/resources/options/chromeos_internet_options_page.css @@ -153,21 +153,27 @@ html[dir='rtl'] .details-button { #detailsInternetPage:not([connected]) > #advancedSection, #detailsInternetPage[connecting] > * > #detailsInternetLogin, #detailsInternetPage[connected] > * > #detailsInternetLogin, +#detailsInternetPage:not([connected]) > * > #buyplanDetails, #detailsInternetPage:not([wireless]) > * > #detailsInternetOk, #detailsInternetPage[ethernet] .wifi-details, #detailsInternetPage[ethernet] .cellular-details, #detailsInternetPage[cellular] .wifi-details, +#detailsInternetPage:not([cellular]) > * > #activateDetails, +#detailsInternetPage:not([cellular]) > * > #buyplanDetails, #detailsInternetPage[wireless] .cellular-details, #detailsInternetPage[cellplanloading] .no-plan-info, #detailsInternetPage[cellplanloading] .plan-details-info, -#detailsInternetPage[cellplanloading] .needs-plan, +#detailsInternetPage[cellplanloading] > * > #buyplanDetails, #detailsInternetPage[cellplanloading] #planList, +#detailsInternetPage[activated] > * > #activateDetails, +#detailsInternetPage:not([activated]) > * > #buyplanDetails, +#detailsInternetPage:not([activated]) > * > #detailsInternetLogin, #detailsInternetPage[hascellplan] .plan-loading-info, #detailsInternetPage[hascellplan] .no-plan-info, -#detailsInternetPage[hascellplan] .needs-plan, +#detailsInternetPage[hascellplan] > * > #buyplanDetails, #detailsInternetPage[nocellplan] .plan-loading-info, #detailsInternetPage[nocellplan] .plan-details-info, -#detailsInternetPage[hasactiveplan] .needs-plan, +#detailsInternetPage[hasactiveplan] > * > #buyplanDetails, #detailsInternetPage:not([gsm]) .gsm-only, #detailsInternetPage:not([password]) .password-details, #detailsInternetPage[cert] .password-details, |