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

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

Issue 9181013: [uber page] Migrate remaining Personal options into Browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: kill, kill, kill! Created 8 years, 11 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
(Empty)
1 #account-picture-wrapper {
2 border-radius: 4px;
3 border: 1px solid rgba(0, 0, 0, 0.3);
4 display: inline-block;
5 margin: 5px 10px 5px 2px;
6 padding: 3px;
7 }
8
9 #account-picture {
10 width: 70px;
11 height: 70px;
12 vertical-align: middle;
13 }
14
15 #sync-buttons, #profiles-buttons {
16 margin-top: 10px;
17 }
18
19 #start-stop-sync {
20 margin-left: 0;
21 margin-right: 5px;
22 }
23
24 #profiles-list {
25 min-height: 0;
26 margin-bottom: 10px;
27 }
28
29 #profiles-list > * {
30 height: 40px;
31 }
32
33 .profile-img {
34 height: 31px;
35 padding: 3px;
36 vertical-align: middle;
37 width: 38px;
38 }
39
40 .profile-item-current {
41 font-weight: bold;
42 }
43
44 #themes-gallery-div {
45 margin: 10px 0;
46 }
47
48 .sync-error {
49 background: #FFDBDB;
50 border: 1px solid #ce4c4c;
51 border-radius: 2px;
52 padding: 10px;
53 }
54
55 .sync-error .link-button {
56 margin: 0 1ex;
57 padding: 0;
58 }
59
60 #enable-auto-login-checkbox {
61 margin-top: 10px;
62 }
63
64 #mac-passwords-warning {
65 margin-top: 10px;
66 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698