Fix broken avatar getting start page
Update add contact page BS3 Fix syntax
This commit is contained in:
parent
afd91b60fa
commit
57ac37cd2d
2 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#hello-there {
|
#hello-there {
|
||||||
.avatar {
|
#profile_photo_upload .avatar {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
.media
|
.media
|
||||||
.pull-right
|
.pull-right
|
||||||
= aspect_membership_dropdown(contact, inviter, false)
|
= aspect_membership_dropdown(contact, inviter, false)
|
||||||
= person_image_link(inviter, :size => :thumb_small, :class => 'img')
|
.media-left
|
||||||
.bd
|
= person_image_link(inviter, size: :thumb_small, class: "media-object")
|
||||||
|
.media-body
|
||||||
= person_link(inviter)
|
= person_link(inviter)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue