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

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

Issue 6679040: [cros] Add checkbox for toggling data roaming setting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: js/css cleanup Created 9 years, 9 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 padding: 5px; 162 padding: 5px;
163 height: 21px; 163 height: 21px;
164 vertical-align: middle; 164 vertical-align: middle;
165 width: 24px; 165 width: 24px;
166 } 166 }
167 167
168 #accessLockedText { 168 #accessLockedText {
169 vertical-align: middle; 169 vertical-align: middle;
170 } 170 }
171 171
172 #internetOwnerOnlyWarning {
173 margin-bottom: 10px;
174 margin-top: 10px;
175 -webkit-padding-start: 20px;
176 background-repeat: no-repeat;
177 background-image: url('warning.png');
178 }
179
172 #internetPage:not([accesslocked]) #lockedNetworkBanner, 180 #internetPage:not([accesslocked]) #lockedNetworkBanner,
173 #internetPage[accesslocked] #wirelessButtons, 181 #internetPage[accesslocked] #wirelessButtons,
174 #internetPage[accesslocked] #wiredSection, 182 #internetPage[accesslocked] #wiredSection,
175 #internetPage[accesslocked] #wirelessSection, 183 #internetPage[accesslocked] #wirelessSection,
176 #internetPage[accesslocked] #rememberedSection, 184 #internetPage[accesslocked] #rememberedSection,
177 #internetPage[accesslocked] #detailsInternetPage { 185 #internetPage[accesslocked] #detailsInternetPage {
178 display: none; 186 display: none;
179 } 187 }
180 188
181 #detailsInternetPage:not([connected]) > #advancedSection, 189 #detailsInternetPage:not([connected]) > #advancedSection,
(...skipping 14 matching lines...) Expand all
196 #detailsInternetPage[cert] .password-details, 204 #detailsInternetPage[cert] .password-details,
197 #detailsInternetPage[certPkcs] .password-details, 205 #detailsInternetPage[certPkcs] .password-details,
198 #detailsInternetPage:not([cert]) .cert-details, 206 #detailsInternetPage:not([cert]) .cert-details,
199 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details { 207 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details {
200 display: none; 208 display: none;
201 } 209 }
202 210
203 #wirelessButtons > * > button { 211 #wirelessButtons > * > button {
204 margin-left: 5px; 212 margin-left: 5px;
205 } 213 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698