| 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   margin-left: 30px; | 6   margin-left: 30px; | 
| 7 } | 7 } | 
| 8 | 8 | 
| 9 #home-page-url { | 9 #home-page-url { | 
| 10   display: inline-block; | 10   display: inline-block; | 
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 153  * of pages that depend on it. | 153  * of pages that depend on it. | 
| 154  * TODO(kevers): Rivisit padding rules. */ | 154  * TODO(kevers): Rivisit padding rules. */ | 
| 155 #default-search-engine { | 155 #default-search-engine { | 
| 156   padding-bottom: 0; | 156   padding-bottom: 0; | 
| 157 } | 157 } | 
| 158 | 158 | 
| 159 .hotword-settings { | 159 .hotword-settings { | 
| 160   -webkit-margin-start: 22px; | 160   -webkit-margin-start: 22px; | 
| 161 } | 161 } | 
| 162 | 162 | 
| 163 #hotword-search-description { |  | 
| 164   color: #9b9b9b; |  | 
| 165 } |  | 
| 166 |  | 
| 167 /* Internet settings */ | 163 /* Internet settings */ | 
| 168 | 164 | 
| 169 #network-settings { | 165 #network-settings { | 
| 170   position: relative; | 166   position: relative; | 
| 171 } | 167 } | 
| 172 | 168 | 
| 173 #network-list { | 169 #network-list { | 
| 174   min-height: 0; | 170   min-height: 0; | 
| 175   width: 320px; | 171   width: 320px; | 
| 176 } | 172 } | 
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 426 } | 422 } | 
| 427 | 423 | 
| 428 #accessibility-autoclick .controlled-setting-with-label { | 424 #accessibility-autoclick .controlled-setting-with-label { | 
| 429   -webkit-box-align: baseline; | 425   -webkit-box-align: baseline; | 
| 430 } | 426 } | 
| 431 | 427 | 
| 432 #accessibility-autoclick label + select { | 428 #accessibility-autoclick label + select { | 
| 433   /* Same as .controlled-setting-with-label > input + span. */ | 429   /* Same as .controlled-setting-with-label > input + span. */ | 
| 434   -webkit-margin-start: 0.6em; | 430   -webkit-margin-start: 0.6em; | 
| 435 } | 431 } | 
| OLD | NEW | 
|---|