| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |