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

Unified Diff: chrome/browser/resources/options/sync_setup_overlay.css

Issue 1868273002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Dan's comments + rebase Created 4 years, 8 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/sync_setup_overlay.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0b79504943d5db6d98cb38165bd7cbeb632edc5c..8d1c46fa8a3374827be0d2437222adc672ecaa24 100644
--- a/chrome/browser/resources/options/sync_setup_overlay.css
+++ b/chrome/browser/resources/options/sync_setup_overlay.css
@@ -5,7 +5,7 @@
/* TODO(jhawkins): Organize these by page. */
#sync-setup-overlay * h4 {
- margin: 5px 0;
+ margin: 15px 0 5px;
}
#sync-setup-overlay * form {
@@ -80,14 +80,6 @@
color: rgb(255, 0, 0);
}
-#sync-setup-overlay * hr {
- background-color: #ddd;
- border: 0;
- height: 1px;
- text-align: left;
- width: 100%;
-}
-
#sync-setup-delete-profile {
margin: 10px 0 0 0;
}
@@ -109,6 +101,29 @@
display: table;
}
+#customize-sync-encryption-new,
+#personalize-google-services {
+ border-top: 1px solid #ddd;
+ margin-top: 5px;
+}
+
+#personalize-google-services {
+ line-height: 1.6em;
+}
+
+#personalize-google-services .title {
+ align-items: center;
+ display: flex;
+ justify-content: space-between;
+}
+
+#googleg-logo {
+ background-image: url(../../../../ui/webui/resources/images/200-logo_googleg.png);
+ background-size: cover;
+ height: 20px;
+ width: 20px;
+}
+
#passphrase-input {
margin-bottom: 5px;
margin-top: 5px;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/sync_setup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698