| 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 /* TODO(jhawkins): Organize these by page. */ | 5 /* TODO(jhawkins): Organize these by page. */ |
| 6 | 6 |
| 7 #sync-setup-overlay * h4 { | 7 #sync-setup-overlay * h4 { |
| 8 margin: 5px 0; | 8 margin: 5px 0; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 .sync-custom-passphrase-input { | 35 .sync-custom-passphrase-input { |
| 36 margin: 10px 0; | 36 margin: 10px 0; |
| 37 } | 37 } |
| 38 | 38 |
| 39 #sync-existing-passphrase-container { | 39 #sync-existing-passphrase-container { |
| 40 background: rgb(255, 242, 158); | 40 background: rgb(255, 242, 158); |
| 41 border: 1px solid rgb(212, 205, 173); | 41 border: 1px solid rgb(212, 205, 173); |
| 42 padding: 10px; | 42 padding: 10px; |
| 43 } | 43 } |
| 44 | 44 |
| 45 #sync-select-container { | |
| 46 margin-bottom: 10px; | |
| 47 } | |
| 48 | |
| 49 #sync-instructions-container { | 45 #sync-instructions-container { |
| 50 line-height: 1.8em; | 46 line-height: 1.8em; |
| 51 margin-bottom: 30px; | 47 margin-bottom: 30px; |
| 52 } | 48 } |
| 53 | 49 |
| 54 #choose-data-types-body { | 50 #choose-data-types-body { |
| 55 -webkit-column-count: 3; | 51 -webkit-column-count: 3; |
| 56 margin: 10px 0; | 52 margin: 10px 0 0 0; |
| 57 } | 53 } |
| 58 | 54 |
| 59 #choose-data-types-body > .checkbox:first-child { | 55 #choose-data-types-body > .checkbox:first-child { |
| 60 margin-top: 0; | 56 margin-top: 0; |
| 61 } | 57 } |
| 62 | 58 |
| 63 #choose-data-types-body > .checkbox:last-child { | 59 #choose-data-types-body > .checkbox:last-child { |
| 64 margin-bottom: 0; | 60 margin-bottom: 0; |
| 65 } | 61 } |
| 66 | 62 |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 } | 191 } |
| 196 | 192 |
| 197 html[dir='rtl'] #learn-more-link { | 193 html[dir='rtl'] #learn-more-link { |
| 198 float: left; | 194 float: left; |
| 199 } | 195 } |
| 200 | 196 |
| 201 #customize-link, | 197 #customize-link, |
| 202 #use-default-link { | 198 #use-default-link { |
| 203 -webkit-transition: opacity 250ms; | 199 -webkit-transition: opacity 250ms; |
| 204 } | 200 } |
| OLD | NEW |