1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

fix responsive public profile

This commit is contained in:
Sylvain 2016-05-18 11:16:55 +02:00
parent 1869dd0bcf
commit d8cc1ec107
2 changed files with 3 additions and 2 deletions

View File

@ -518,7 +518,7 @@ body.container{
.profile-top-pictos {
padding: 15px 0 15px 0;
margin: 0 !important;
margin: 0 15px 0 15px;
text-align: center;

View File

@ -2,10 +2,11 @@
<div class="col-lg-12">
<section class="profile-top text-white widget panel b-a m row">
<div class="col-lg-2 profile-top-pictos">
<div class="col-lg-2 col-md-12 profile-top-pictos">
<div class="avatar thumb-140-wrapper img m-b-md">
<fab-user-avatar ng-model="user.profile.user_avatar" avatar-class="thumb-140"></fab-user-avatar>
</div>
<br/>
<div class="social-links links-center" ng-if="social.networks.length <= 4">
<ng-repeat ng-repeat="network in social.networks" >
<social-link network="{{network}}" user="user"></social-link>