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

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

Issue 7056021: Sync: Add encryption customization radio. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 9 years, 7 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 676aba8fadc61fb4fad9f180cde8624c0bd082b9..39cd67eeb8e2f45f04a9a41832d28faf6685e39c 100644
--- a/chrome/browser/resources/options/sync_setup_overlay.css
+++ b/chrome/browser/resources/options/sync_setup_overlay.css
@@ -1,7 +1,7 @@
/* TODO(jhawkins): Organize these by page. */
#sync-setup-overlay * h4 {
- margin: 10px 0;
+ margin: 5px 0;
}
#sync-setup-overlay * form {
@@ -16,8 +16,8 @@
-webkit-box-flex: 1;
}
-#sync-passphrase-container {
- margin: 10px 0;
+.sync-customize-section-container {
+ margin: 5px 0 10px 0;
}
#sync-custom-passphrase {
« 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