OLD | NEW |
---|---|
1 /* | 1 /* |
2 * TODO(xiyuan): Remove the section overrides when options_page.css uses the | 2 * TODO(xiyuan): Remove the section overrides when options_page.css uses the |
3 * new style. | 3 * new style. |
4 */ | 4 */ |
5 #inetTitle { | 5 #inetTitle { |
6 border: none; | 6 border: none; |
7 } | 7 } |
8 | 8 |
9 #internetPage > section > h3 { | 9 #internetPage > section > h3 { |
10 font-size: 100%; | 10 font-size: 100%; |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
186 #detailsInternetPage[ethernet] .wifi-details, | 186 #detailsInternetPage[ethernet] .wifi-details, |
187 #detailsInternetPage[ethernet] .cellular-details, | 187 #detailsInternetPage[ethernet] .cellular-details, |
188 #detailsInternetPage[cellular] .wifi-details, | 188 #detailsInternetPage[cellular] .wifi-details, |
189 #detailsInternetPage:not([cellular]) > * > #activateDetails, | 189 #detailsInternetPage:not([cellular]) > * > #activateDetails, |
190 #detailsInternetPage:not([cellular]) > * > #buyplanDetails, | 190 #detailsInternetPage:not([cellular]) > * > #buyplanDetails, |
191 #detailsInternetPage[wireless] .cellular-details, | 191 #detailsInternetPage[wireless] .cellular-details, |
192 #detailsInternetPage[cellplanloading] .no-plan-info, | 192 #detailsInternetPage[cellplanloading] .no-plan-info, |
193 #detailsInternetPage[cellplanloading] .plan-details-info, | 193 #detailsInternetPage[cellplanloading] .plan-details-info, |
194 #detailsInternetPage[cellplanloading] > * > #buyplanDetails, | 194 #detailsInternetPage[cellplanloading] > * > #buyplanDetails, |
195 #detailsInternetPage[cellplanloading] #planList, | 195 #detailsInternetPage[cellplanloading] #planList, |
196 #detailsInternetPage[activated] > * > #activateDetails, | 196 #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
| |
197 #detailsInternetPage:not([activated]) > * > #buyplanDetails, | 197 #detailsInternetPage:not([showactivate]) > * > #activateDetails, |
198 #detailsInternetPage:not([showbuy]) > * > #buyplanDetails, | |
198 #detailsInternetPage:not([activated]) > * > #detailsInternetLogin, | 199 #detailsInternetPage:not([activated]) > * > #detailsInternetLogin, |
199 #detailsInternetPage[hascellplan] .plan-loading-info, | 200 #detailsInternetPage[hascellplan] .plan-loading-info, |
200 #detailsInternetPage[hascellplan] .no-plan-info, | 201 #detailsInternetPage[hascellplan] .no-plan-info, |
201 #detailsInternetPage[hascellplan] > * > #buyplanDetails, | 202 #detailsInternetPage[hascellplan] > * > #buyplanDetails, |
202 #detailsInternetPage[nocellplan] .plan-loading-info, | 203 #detailsInternetPage[nocellplan] .plan-loading-info, |
203 #detailsInternetPage[nocellplan] .plan-details-info, | 204 #detailsInternetPage[nocellplan] .plan-details-info, |
204 #detailsInternetPage[hasactiveplan] > * > #buyplanDetails, | 205 #detailsInternetPage[hasactiveplan] > * > #buyplanDetails, |
205 #detailsInternetPage:not([gsm]) .gsm-only, | 206 #detailsInternetPage:not([gsm]) .gsm-only, |
206 #detailsInternetPage:not([password]) .password-details, | 207 #detailsInternetPage:not([password]) .password-details, |
207 #detailsInternetPage[cert] .password-details, | 208 #detailsInternetPage[cert] .password-details, |
208 #detailsInternetPage[certPkcs] .password-details, | 209 #detailsInternetPage[certPkcs] .password-details, |
209 #detailsInternetPage:not([cert]) .cert-details, | 210 #detailsInternetPage:not([cert]) .cert-details, |
210 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details { | 211 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details { |
211 display: none; | 212 display: none; |
212 } | 213 } |
213 | 214 |
214 #wirelessButtons > * > button { | 215 #wirelessButtons > * > button { |
215 margin-left: 5px; | 216 margin-left: 5px; |
216 } | 217 } |
OLD | NEW |