| 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 { | 9 #internetPage > section { |
| 10 display: block; | 10 display: block; |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 .networks { | 27 .networks { |
| 28 -webkit-margin-start: 15px; | 28 -webkit-margin-start: 15px; |
| 29 padding: 2px; | 29 padding: 2px; |
| 30 } | 30 } |
| 31 | 31 |
| 32 .network-password { | 32 .network-password { |
| 33 left: 0px; | 33 left: 0px; |
| 34 position: relative; | 34 position: relative; |
| 35 } | 35 } |
| 36 | 36 |
| 37 .network-password > input, select { | 37 .network-password > input, .network-password > select { |
| 38 width: 200px; | 38 width: 200px; |
| 39 } | 39 } |
| 40 | 40 |
| 41 .network-item { | 41 .network-item { |
| 42 -webkit-box-align: center; | 42 -webkit-box-align: center; |
| 43 -webkit-padding-start: 30px; | 43 -webkit-padding-start: 30px; |
| 44 border: 1px solid rgba(255,255,255,0); /* transparent white */ | 44 border: 1px solid rgba(255,255,255,0); /* transparent white */ |
| 45 border-radius: 2px; | 45 border-radius: 2px; |
| 46 display: -webkit-box; | 46 display: -webkit-box; |
| 47 height: 35px; | 47 height: 35px; |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 #detailsInternetPage[cert] .password-details, | 162 #detailsInternetPage[cert] .password-details, |
| 163 #detailsInternetPage[certPkcs] .password-details, | 163 #detailsInternetPage[certPkcs] .password-details, |
| 164 #detailsInternetPage:not([cert]) .cert-details, | 164 #detailsInternetPage:not([cert]) .cert-details, |
| 165 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details { | 165 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details { |
| 166 display: none; | 166 display: none; |
| 167 } | 167 } |
| 168 | 168 |
| 169 #wirelessButtons > * > button { | 169 #wirelessButtons > * > button { |
| 170 margin-left: 5px; | 170 margin-left: 5px; |
| 171 } | 171 } |
| OLD | NEW |