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