| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 * of pages that depend on it. | 179 * of pages that depend on it. |
| 180 * TODO(kevers): Rivisit padding rules. */ | 180 * TODO(kevers): Rivisit padding rules. */ |
| 181 #default-search-engine { | 181 #default-search-engine { |
| 182 padding-bottom: 0; | 182 padding-bottom: 0; |
| 183 } | 183 } |
| 184 | 184 |
| 185 .hotword-settings { | 185 .hotword-settings { |
| 186 -webkit-margin-start: 22px; | 186 -webkit-margin-start: 22px; |
| 187 } | 187 } |
| 188 | 188 |
| 189 .hotword-description { |
| 190 -webkit-margin-start: 1.8em; |
| 191 color: gray; |
| 192 } |
| 193 |
| 194 .hotword-learn-more-link { |
| 195 -webkit-padding-start: 8px; |
| 196 } |
| 197 |
| 189 /* Internet settings */ | 198 /* Internet settings */ |
| 190 | 199 |
| 191 #network-settings { | 200 #network-settings { |
| 192 position: relative; | 201 position: relative; |
| 193 } | 202 } |
| 194 | 203 |
| 195 #network-list { | 204 #network-list { |
| 196 min-height: 0; | 205 min-height: 0; |
| 197 width: 320px; | 206 width: 320px; |
| 198 } | 207 } |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 | 491 |
| 483 #about-button { | 492 #about-button { |
| 484 -webkit-margin-end: 30px; | 493 -webkit-margin-end: 30px; |
| 485 } | 494 } |
| 486 | 495 |
| 487 /* An input that has no function except to take up the same amount of space as | 496 /* An input that has no function except to take up the same amount of space as |
| 488 * a checkbox. */ | 497 * a checkbox. */ |
| 489 .spacer-checkbox { | 498 .spacer-checkbox { |
| 490 visibility: hidden; | 499 visibility: hidden; |
| 491 } | 500 } |
| OLD | NEW |