Changes to friend suggestions

This commit is contained in:
antil0pa 2018-05-26 23:36:07 +02:00
parent 186e9eb271
commit 191957b998
3 changed files with 13 additions and 5 deletions

View File

@ -273,6 +273,12 @@ img.smiley {
border-radius: $radius;
}
@media screen and (min-width: 1366px) {
.profile-match-wrapper, .contact-entry-wrapper {
width: 20%;
}
}
#region2 .profile-match-wrapper {
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
@ -280,8 +286,10 @@ img.smiley {
}
.suggestions-widget .profile-match-wrapper {
width: 45%;
border: solid 2px #eee;
width: 46%;
border: solid 1px #eee;
padding: 4%;
margin: 2%;
}
.profile-match-name, .contact-entry-name {

View File

@ -86,7 +86,7 @@ if (! $link_bgcolour)
if (! $banner_colour)
$banner_colour = '#fff';
if (! $bgcolour)
$bgcolour = 'rgb(215,215,215)';
$bgcolour = 'rgb(220,215,215)';
if (! $background_image)
$background_image ='';
if (! $item_colour)

View File

@ -12,8 +12,8 @@
</div>
<div class="profile-match-end"></div>
{{if $entry.connlnk}}
<div class="profile-match-connect btn btn-outline-secondary connect-no-text"><a href="{{$entry.connlnk}}" title="{{$entry.conntxt}}"><i class="fa fa-plus connect-icon"></i></a></div>
<div class="profile-match-connect btn btn-outline-secondary connect-text"><a href="{{$entry.connlnk}}" title="{{$entry.conntxt}}"><i class="fa fa-plus connect-icon"></i> {{$entry.conntxt}}</a></div>
<a class="profile-match-connect btn btn-outline-secondary connect-no-text" href="{{$entry.connlnk}}" title="{{$entry.conntxt}}"><i class="fa fa-plus connect-icon"></i></a>
<a class="profile-match-connect btn btn-outline-secondary connect-text" href="{{$entry.connlnk}}" title="{{$entry.conntxt}}"><i class="fa fa-plus connect-icon"></i>_{{$entry.conntxt}}</a>
<a href="{{$entry.ignlnk}}" title="{{$entry.ignore}}" class="profile-match-ignore" onclick="return confirmDelete();" ><i class="fa fa-times drop-icons btn btn-outline-secondary"></i></a>
{{/if}}
</div>