| 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 { | |
| 10 display: block; | |
| 11 } | |
| 12 | |
| 13 #internetPage > section > h3 { | 9 #internetPage > section > h3 { |
| 14 font-size: 100%; | 10 font-size: 100%; |
| 15 width: auto; | 11 width: auto; |
| 16 } | 12 } |
| 17 | 13 |
| 18 #internetPage > section[hidden] { | 14 #internetPage > section[hidden] { |
| 19 display: none; | 15 display: none; |
| 20 } | 16 } |
| 21 | 17 |
| 22 #networkingControls { | 18 #networkingControls { |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 #detailsInternetPage[cert] .password-details, | 207 #detailsInternetPage[cert] .password-details, |
| 212 #detailsInternetPage[certPkcs] .password-details, | 208 #detailsInternetPage[certPkcs] .password-details, |
| 213 #detailsInternetPage:not([cert]) .cert-details, | 209 #detailsInternetPage:not([cert]) .cert-details, |
| 214 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details { | 210 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details { |
| 215 display: none; | 211 display: none; |
| 216 } | 212 } |
| 217 | 213 |
| 218 #wirelessButtons > * > button { | 214 #wirelessButtons > * > button { |
| 219 margin-left: 5px; | 215 margin-left: 5px; |
| 220 } | 216 } |
| OLD | NEW |