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

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

Issue 7399015: Sync Promo: Add a way to collapse the sync promo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review feedback Created 9 years, 5 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: 5px 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
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 float: right; 312 float: right;
313 } 313 }
314 314
315 html[dir='rtl'] #learn-more-link { 315 html[dir='rtl'] #learn-more-link {
316 float: left; 316 float: left;
317 } 317 }
318 318
319 #customize-link, #use-default-link { 319 #customize-link, #use-default-link {
320 -webkit-transition: opacity .25s; 320 -webkit-transition: opacity .25s;
321 } 321 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698