| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 } | 149 } |
| 150 | 150 |
| 151 /* Override a platform specific rule in Widgets that may no longer be relevant. | 151 /* Override a platform specific rule in Widgets that may no longer be relevant. |
| 152 * Too late in the development cycle to update Widgets.css due to the number | 152 * Too late in the development cycle to update Widgets.css due to the number |
| 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 { |
| 160 -webkit-margin-start: 22px; |
| 161 } |
| 162 |
| 163 #hotword-search-description { |
| 164 color: #9b9b9b; |
| 165 } |
| 166 |
| 159 /* Internet settings */ | 167 /* Internet settings */ |
| 160 | 168 |
| 161 #network-settings { | 169 #network-settings { |
| 162 position: relative; | 170 position: relative; |
| 163 } | 171 } |
| 164 | 172 |
| 165 #network-list { | 173 #network-list { |
| 166 min-height: 0; | 174 min-height: 0; |
| 167 width: 320px; | 175 width: 320px; |
| 168 } | 176 } |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 } | 426 } |
| 419 | 427 |
| 420 #accessibility-autoclick .controlled-setting-with-label { | 428 #accessibility-autoclick .controlled-setting-with-label { |
| 421 -webkit-box-align: baseline; | 429 -webkit-box-align: baseline; |
| 422 } | 430 } |
| 423 | 431 |
| 424 #accessibility-autoclick label + select { | 432 #accessibility-autoclick label + select { |
| 425 /* Same as .controlled-setting-with-label > input + span. */ | 433 /* Same as .controlled-setting-with-label > input + span. */ |
| 426 -webkit-margin-start: 0.6em; | 434 -webkit-margin-start: 0.6em; |
| 427 } | 435 } |
| OLD | NEW |