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

Side by Side Diff: chrome/browser/resources/options/chromeos_internet_options_page.css

Issue 6292008: Added flags to prevent messing with network connections while 3G device is be... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « chrome/browser/resources/options/chromeos_internet_options.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 9 #internetPage > section {
10 display: block; 10 display: block;
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 #planWarning { 143 #planWarning {
144 width: 350px; 144 width: 350px;
145 padding-top: 5px; 145 padding-top: 5px;
146 font-weight: bold; 146 font-weight: bold;
147 } 147 }
148 148
149 html[dir='rtl'] .details-button { 149 html[dir='rtl'] .details-button {
150 float: left; 150 float: left;
151 } 151 }
152 152
153 #lockedNetworkBanner {
154 height: 31px;
155 width: 100%;
156 margin: 0;
157 padding-top: 10px;
158 vertical-align: middle;
159 }
160
161 #lockedNetworkIcon {
162 background-image: url("chrome://theme/IDR_WARNING");
163 background-repeat: no-repeat;
164 background-position:center;
165 display: inline-block;
166 padding: 5px;
167 height: 21px;
168 vertical-align: middle;
169 width: 24px;
170 }
171
172 #accessLockedText {
173 vertical-align: middle;
174 }
175
176 #internetPage:not([accesslocked]) #lockedNetworkBanner,
177 #internetPage[accesslocked] #wirelessButtons,
178 #internetPage[accesslocked] #wiredSection,
179 #internetPage[accesslocked] #wirelessSection,
180 #internetPage[accesslocked] #rememberedSection,
181 #internetPage[accesslocked] #detailsInternetPage {
182 display: none;
183 }
184
153 #detailsInternetPage:not([connected]) > #advancedSection, 185 #detailsInternetPage:not([connected]) > #advancedSection,
154 #detailsInternetPage[connecting] > * > #detailsInternetLogin, 186 #detailsInternetPage[connecting] > * > #detailsInternetLogin,
155 #detailsInternetPage[connected] > * > #detailsInternetLogin, 187 #detailsInternetPage[connected] > * > #detailsInternetLogin,
156 #detailsInternetPage:not([connected]) > * > #buyplanDetails, 188 #detailsInternetPage:not([connected]) > * > #buyplanDetails,
157 #detailsInternetPage:not([wireless]) > * > #detailsInternetOk, 189 #detailsInternetPage:not([wireless]) > * > #detailsInternetOk,
158 #detailsInternetPage[ethernet] .wifi-details, 190 #detailsInternetPage[ethernet] .wifi-details,
159 #detailsInternetPage[ethernet] .cellular-details, 191 #detailsInternetPage[ethernet] .cellular-details,
160 #detailsInternetPage[cellular] .wifi-details, 192 #detailsInternetPage[cellular] .wifi-details,
161 #detailsInternetPage:not([cellular]) > * > #activateDetails, 193 #detailsInternetPage:not([cellular]) > * > #activateDetails,
162 #detailsInternetPage:not([cellular]) > * > #buyplanDetails, 194 #detailsInternetPage:not([cellular]) > * > #buyplanDetails,
(...skipping 16 matching lines...) Expand all
179 #detailsInternetPage[cert] .password-details, 211 #detailsInternetPage[cert] .password-details,
180 #detailsInternetPage[certPkcs] .password-details, 212 #detailsInternetPage[certPkcs] .password-details,
181 #detailsInternetPage:not([cert]) .cert-details, 213 #detailsInternetPage:not([cert]) .cert-details,
182 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details { 214 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details {
183 display: none; 215 display: none;
184 } 216 }
185 217
186 #wirelessButtons > * > button { 218 #wirelessButtons > * > button {
187 margin-left: 5px; 219 margin-left: 5px;
188 } 220 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/chromeos_internet_options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698