Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Side by Side Diff: chrome/browser/resources/options/sync_setup_overlay.css

Issue 1578173005: Move Autofill Payments integration checkbox to the sync settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace bool with enum in tests Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/autofill_options.js ('k') | chrome/browser/resources/options/sync_setup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698