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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW
« 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