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 |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |