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

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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 #internetPage:not([accesslocked]) #lockedNetworkBanner, 172 #internetPage:not([accesslocked]) #lockedNetworkBanner,
173 #internetPage[accesslocked] #wirelessButtons, 173 #internetPage[accesslocked] #wirelessButtons,
174 #internetPage[accesslocked] #wiredSection, 174 #internetPage[accesslocked] #wiredSection,
175 #internetPage[accesslocked] #wirelessSection, 175 #internetPage[accesslocked] #wirelessSection,
176 #internetPage[accesslocked] #rememberedSection, 176 #internetPage[accesslocked] #rememberedSection,
177 #internetPage[accesslocked] #detailsInternetPage { 177 #internetPage[accesslocked] #detailsInternetPage {
178 display: none; 178 display: none;
179 } 179 }
180 180
181 #detailsInternetPage:not([connected]) > #advancedSection, 181 #detailsInternetPage:not([connected]) > #advancedSection,
182 #detailsInternetPage[connecting] > * > #detailsInternetLogin,
183 #detailsInternetPage[connected] > * > #detailsInternetLogin,
184 #detailsInternetPage:not([connected]) > * > #buyplanDetails,
185 #detailsInternetPage:not([wireless]) > * > #detailsInternetOk, 182 #detailsInternetPage:not([wireless]) > * > #detailsInternetOk,
186 #detailsInternetPage[ethernet] .wifi-details, 183 #detailsInternetPage[ethernet] .wifi-details,
187 #detailsInternetPage[ethernet] .cellular-details, 184 #detailsInternetPage[ethernet] .cellular-details,
188 #detailsInternetPage[cellular] .wifi-details, 185 #detailsInternetPage[cellular] .wifi-details,
189 #detailsInternetPage:not([cellular]) > * > #activateDetails,
190 #detailsInternetPage:not([cellular]) > * > #buyplanDetails,
191 #detailsInternetPage[wireless] .cellular-details, 186 #detailsInternetPage[wireless] .cellular-details,
192 #detailsInternetPage[cellplanloading] .no-plan-info, 187 #detailsInternetPage[cellplanloading] .no-plan-info,
193 #detailsInternetPage[cellplanloading] .plan-details-info, 188 #detailsInternetPage[cellplanloading] .plan-details-info,
194 #detailsInternetPage[cellplanloading] > * > #buyplanDetails,
195 #detailsInternetPage[cellplanloading] #planList, 189 #detailsInternetPage[cellplanloading] #planList,
196 #detailsInternetPage[activated] > * > #activateDetails,
197 #detailsInternetPage:not([activated]) > * > #buyplanDetails,
198 #detailsInternetPage:not([activated]) > * > #detailsInternetLogin,
199 #detailsInternetPage[hascellplan] .plan-loading-info, 190 #detailsInternetPage[hascellplan] .plan-loading-info,
200 #detailsInternetPage[hascellplan] .no-plan-info, 191 #detailsInternetPage[hascellplan] .no-plan-info,
201 #detailsInternetPage[hascellplan] > * > #buyplanDetails,
202 #detailsInternetPage[nocellplan] .plan-loading-info, 192 #detailsInternetPage[nocellplan] .plan-loading-info,
203 #detailsInternetPage[nocellplan] .plan-details-info, 193 #detailsInternetPage[nocellplan] .plan-details-info,
204 #detailsInternetPage[hasactiveplan] > * > #buyplanDetails,
205 #detailsInternetPage:not([gsm]) .gsm-only, 194 #detailsInternetPage:not([gsm]) .gsm-only,
206 #detailsInternetPage:not([password]) .password-details, 195 #detailsInternetPage:not([password]) .password-details,
207 #detailsInternetPage[cert] .password-details, 196 #detailsInternetPage[cert] .password-details,
208 #detailsInternetPage[certPkcs] .password-details, 197 #detailsInternetPage[certPkcs] .password-details,
209 #detailsInternetPage:not([cert]) .cert-details, 198 #detailsInternetPage:not([cert]) .cert-details,
210 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details { 199 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details {
211 display: none; 200 display: none;
212 } 201 }
213 202
214 #wirelessButtons > * > button { 203 #wirelessButtons > * > button {
215 margin-left: 5px; 204 margin-left: 5px;
216 } 205 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/chromeos_internet_options.js ('k') | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698