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:
parent
9ee869ee3f
commit
a3e0954f93
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user