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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/sync_setup_overlay.css
diff --git a/chrome/browser/resources/options/sync_setup_overlay.css b/chrome/browser/resources/options/sync_setup_overlay.css
index c04dc00cc0489a2d3e3fd83ff97669cb8a5af9a2..0b79504943d5db6d98cb38165bd7cbeb632edc5c 100644
--- a/chrome/browser/resources/options/sync_setup_overlay.css
+++ b/chrome/browser/resources/options/sync_setup_overlay.css
@@ -42,10 +42,6 @@
padding: 10px;
}
-#sync-select-container {
- margin-bottom: 10px;
-}
-
#sync-instructions-container {
line-height: 1.8em;
margin-bottom: 30px;
@@ -53,7 +49,7 @@
#choose-data-types-body {
-webkit-column-count: 3;
- margin: 10px 0;
+ margin: 10px 0 0 0;
}
#choose-data-types-body > .checkbox:first-child {
« 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