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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698