OLD | NEW |
---|---|
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 /* override the default min-height for a list */ |
James Hawkins
2011/07/19 20:22:09
Should remove this comment.
| |
22 min-height: 0; | |
23 margin-bottom: 10px; | |
22 } | 24 } |
23 | 25 |
24 #profiles-create-button { | 26 .profile-item { |
James Hawkins
2011/07/19 20:22:09
Remove empty class.
| |
25 margin: 10px 0; | 27 } |
28 | |
29 .profile-item-current { | |
30 font-weight: bold; | |
26 } | 31 } |
27 | 32 |
28 #themes-gallery-div { | 33 #themes-gallery-div { |
29 margin: 10px 0; | 34 margin: 10px 0; |
30 } | 35 } |
31 | 36 |
32 .sync-error { | 37 .sync-error { |
33 background: #FFDBDB; | 38 background: #FFDBDB; |
34 border: 1px solid #ce4c4c; | 39 border: 1px solid #ce4c4c; |
35 border-radius: 2px; | 40 border-radius: 2px; |
36 padding: 10px; | 41 padding: 10px; |
37 } | 42 } |
38 | 43 |
39 .sync-error .link-button { | 44 .sync-error .link-button { |
40 margin: 0 1ex; | 45 margin: 0 1ex; |
41 padding: 0; | 46 padding: 0; |
42 } | 47 } |
OLD | NEW |