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 } | 6 } |
7 | 7 |
8 #sync-buttons { | |
9 margin: 10px 0; | |
10 } | |
11 | |
12 #start-stop-sync { | |
13 margin-left: 0; | |
14 margin-right: 5px; | |
15 } | |
16 | |
8 .sync-error { | 17 .sync-error { |
9 background-color: #FF9A9A; | 18 background-color: #FF9A9A; |
10 } | 19 } |
OLD | NEW |