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

fix profile pictos style

This commit is contained in:
Sylvain 2016-05-18 10:11:50 +02:00
parent 9ee869ee3f
commit a3e0954f93
2 changed files with 7 additions and 2 deletions

View File

@ -524,6 +524,7 @@ body.container{
.avatar {
display: inline-block;
width: 140px;
img {
border: 9px solid #fff;
background-color: #fff;
@ -551,5 +552,9 @@ body.container{
i { vertical-align: middle; }
}
}
.links-center {
text-align: center !important;
}
}
}

View File

@ -3,10 +3,10 @@
<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="thumb-lg avatar thumb-140-wrapper img m-b-md">
<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>
<div class="social-links" ng-if="social.networks.length <= 4">
<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>
</ng-repeat>