| OLD | NEW |
| 1 /* TODO(jhawkins): Organize these by page. */ | 1 /* TODO(jhawkins): Organize these by page. */ |
| 2 | 2 |
| 3 #sync-setup-overlay * h4 { | 3 #sync-setup-overlay * h4 { |
| 4 margin: 10px 0; | 4 margin: 5px 0; |
| 5 } | 5 } |
| 6 | 6 |
| 7 #sync-setup-overlay * form { | 7 #sync-setup-overlay * form { |
| 8 -webkit-user-select: none; | 8 -webkit-user-select: none; |
| 9 } | 9 } |
| 10 | 10 |
| 11 #sync-setup-overlay * .content-area { | 11 #sync-setup-overlay * .content-area { |
| 12 padding: 10px 15px; | 12 padding: 10px 15px; |
| 13 } | 13 } |
| 14 | 14 |
| 15 .action-area-link-container { | 15 .action-area-link-container { |
| 16 -webkit-box-flex: 1; | 16 -webkit-box-flex: 1; |
| 17 } | 17 } |
| 18 | 18 |
| 19 #sync-passphrase-container { | 19 .sync-customize-section-container { |
| 20 margin: 10px 0; | 20 margin: 5px 0 10px 0; |
| 21 } | 21 } |
| 22 | 22 |
| 23 #sync-custom-passphrase { | 23 #sync-custom-passphrase { |
| 24 margin: 0 25px; | 24 margin: 0 25px; |
| 25 } | 25 } |
| 26 | 26 |
| 27 #sync-passphrase-message { | 27 #sync-passphrase-message { |
| 28 color: gray; | 28 color: gray; |
| 29 } | 29 } |
| 30 | 30 |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 display: none; | 326 display: none; |
| 327 } | 327 } |
| 328 | 328 |
| 329 #learn-more-link { | 329 #learn-more-link { |
| 330 float: right; | 330 float: right; |
| 331 } | 331 } |
| 332 | 332 |
| 333 html[dir='rtl'] #learn-more-link { | 333 html[dir='rtl'] #learn-more-link { |
| 334 float: left; | 334 float: left; |
| 335 } | 335 } |
| OLD | NEW |