personal_options.css revision 731df977c0511bca2206b5f333555b1205ff1f43
1#account-picture {
2  border-radius: 3px;
3  border: 1px solid rgba(0, 0, 0, 0.5);
4  width: 70px;
5  height: 70px;
6}
7
8.sync-error {
9  background-color: #FF9A9A;
10}
11