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

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

Issue 8394004: [Multi Profile] On Personal Options page, users list should display avatar icons. (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
« no previous file with comments | « no previous file | chrome/browser/resources/options/personal_options_profile_list.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
11 #sync-buttons, #profiles-buttons { 11 #sync-buttons, #profiles-buttons {
12 margin-top: 10px; 12 margin-top: 10px;
13 } 13 }
14 14
15 #start-stop-sync { 15 #start-stop-sync {
16 margin-left: 0; 16 margin-left: 0;
17 margin-right: 5px; 17 margin-right: 5px;
18 } 18 }
19 19
20 #profiles-list { 20 #profiles-list {
21 min-height: 0; 21 min-height: 0;
22 margin-bottom: 10px; 22 margin-bottom: 10px;
23 } 23 }
24 24
25 #profiles-list > * {
26 height: 40px;
27 }
28
29 .profile-img {
30 height: 31px;
31 padding: 3px;
32 vertical-align: middle;
33 width: 38px;
34 }
35
25 .profile-item-current { 36 .profile-item-current {
26 font-weight: bold; 37 font-weight: bold;
27 } 38 }
28 39
29 #themes-gallery-div { 40 #themes-gallery-div {
30 margin: 10px 0; 41 margin: 10px 0;
31 } 42 }
32 43
33 .sync-error { 44 .sync-error {
34 background: #FFDBDB; 45 background: #FFDBDB;
35 border: 1px solid #ce4c4c; 46 border: 1px solid #ce4c4c;
36 border-radius: 2px; 47 border-radius: 2px;
37 padding: 10px; 48 padding: 10px;
38 } 49 }
39 50
40 .sync-error .link-button { 51 .sync-error .link-button {
41 margin: 0 1ex; 52 margin: 0 1ex;
42 padding: 0; 53 padding: 0;
43 } 54 }
44 55
45 #enable-auto-login-checkbox { 56 #enable-auto-login-checkbox {
46 margin-top: 10px; 57 margin-top: 10px;
47 } 58 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/personal_options_profile_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698