Add alternate user profile image

This patch allows to display alternate user profile pictures on
ambassador pages, instead the upload ones provided by openid.

Change-Id: Ie6d43dd90fec0a73bf2f0a5fef8cc4855957c772
This commit is contained in:
Marton Kiss
2015-08-26 11:33:41 +02:00
parent 1abb1493d7
commit e40241a18c
8 changed files with 139 additions and 13 deletions

View File

@@ -56,6 +56,7 @@
padding-left: 5px;
padding-right: 5px;
}
.field-name-field-alternate-user-picture img,
.field-name-ds-user-picture img {
@extend .img-responsive;
}