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

Side by Side Diff: chrome/browser/resources/options/personal_options.css

Issue 8430017: Add warning to Mac that passwords are shared between profiles through the underlying keychain. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 #account-picture { 1 #account-picture {
2 border-radius: 3px; 2 border-radius: 3px;
3 border: 1px solid rgba(0, 0, 0, 0.5); 3 border: 1px solid rgba(0, 0, 0, 0.5);
4 width: 70px; 4 width: 70px;
5 height: 70px; 5 height: 70px;
6 margin-right: 10px; 6 margin-right: 10px;
7 margin-bottom: 5px; 7 margin-bottom: 5px;
8 vertical-align: middle; 8 vertical-align: middle;
9 } 9 }
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 } 49 }
50 50
51 .sync-error .link-button { 51 .sync-error .link-button {
52 margin: 0 1ex; 52 margin: 0 1ex;
53 padding: 0; 53 padding: 0;
54 } 54 }
55 55
56 #enable-auto-login-checkbox { 56 #enable-auto-login-checkbox {
57 margin-top: 10px; 57 margin-top: 10px;
58 } 58 }
59
60 #mac-passwords-warning {
61 margin-top: 10px;
62 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/personal_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698