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

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

Issue 7400032: Multi-profile WebUI settings (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: profiles_icon_list.js -> profiles_icon_grid.js 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 #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 { 11 #sync-buttons {
12 margin: 10px 0; 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-create { 20 #profiles-list {
21 margin-top: 15px; 21 min-height: 0;
22 margin-bottom: 10px;
22 } 23 }
23 24
24 #profiles-create-button { 25 .profile-item-current {
25 margin: 10px 0; 26 font-weight: bold;
26 } 27 }
27 28
28 #themes-gallery-div { 29 #themes-gallery-div {
29 margin: 10px 0; 30 margin: 10px 0;
30 } 31 }
31 32
32 .sync-error { 33 .sync-error {
33 background: #FFDBDB; 34 background: #FFDBDB;
34 border: 1px solid #ce4c4c; 35 border: 1px solid #ce4c4c;
35 border-radius: 2px; 36 border-radius: 2px;
36 padding: 10px; 37 padding: 10px;
37 } 38 }
38 39
39 .sync-error .link-button { 40 .sync-error .link-button {
40 margin: 0 1ex; 41 margin: 0 1ex;
41 padding: 0; 42 padding: 0;
42 } 43 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options_bundle.js ('k') | chrome/browser/resources/options/personal_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698