| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 #change-home-page-section { | 5 #change-home-page-section { |
| 6 -webkit-margin-start: 30px; | 6 -webkit-margin-start: 30px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #home-page-url { | 9 #home-page-url { |
| 10 display: inline-block; | 10 display: inline-block; |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 } | 214 } |
| 215 | 215 |
| 216 .network-group-labels { | 216 .network-group-labels { |
| 217 -webkit-box-flex: 1; | 217 -webkit-box-flex: 1; |
| 218 -webkit-box-orient: vertical; | 218 -webkit-box-orient: vertical; |
| 219 display: -webkit-box; | 219 display: -webkit-box; |
| 220 padding-top: 3px; | 220 padding-top: 3px; |
| 221 } | 221 } |
| 222 | 222 |
| 223 .network-icon { | 223 .network-icon { |
| 224 -webkit-margin-end: 8px; | 224 -webkit-margin-end: 10px; |
| 225 background-position: left top; | 225 background-position: left top; |
| 226 background-size: 25px; | 226 background-size: 25px; |
| 227 height: 25px; | 227 height: 25px; |
| 228 line-height: normal; | 228 line-height: normal; |
| 229 white-space: normal; | 229 white-space: normal; |
| 230 width: 25px; | 230 width: 25px; |
| 231 } | 231 } |
| 232 | 232 |
| 233 .network-icon cr-network-icon { | 233 .network-icon cr-network-icon { |
| 234 height: 100%; | 234 height: 100%; |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 | 483 |
| 484 /* An input that has no function except to take up the same amount of space as | 484 /* An input that has no function except to take up the same amount of space as |
| 485 * a checkbox. */ | 485 * a checkbox. */ |
| 486 .spacer-checkbox { | 486 .spacer-checkbox { |
| 487 visibility: hidden; | 487 visibility: hidden; |
| 488 } | 488 } |
| 489 | 489 |
| 490 #android-apps-settings { | 490 #android-apps-settings { |
| 491 -webkit-margin-start: 30px; | 491 -webkit-margin-start: 30px; |
| 492 } | 492 } |
| OLD | NEW |