1
0
Fork 0

Merge remote-tracking branch 'upstream/develop' into 1605-frio-template-clean

This commit is contained in:
Michael Vogel 2016-05-30 07:24:06 +02:00
commit 5218667196
4 changed files with 167 additions and 2 deletions

View file

@ -286,7 +286,7 @@
display: flex;
}
.hover-card-actions-connection {
margin-left: 30px;
margin-left: 10px;
}
.hovercard .hovercard-content .hover-card-actions a.btn {
display: inline-block;

View file

@ -40,7 +40,7 @@ $(document).ready(function(){
// Take link href attribute as link to the profile
var profileurl = hrefAttr;
// the url to get the contact and template data
var url = baseurl + "/frio_hovercard";
var url = baseurl + "/hovercard";
// store the title in an other data attribute beause bootstrap
// popover destroys the title.attribute. We can restore it later