mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
adjust avatar position & bio titles
This commit is contained in:
parent
d8cc1ec107
commit
420d247590
@ -517,7 +517,7 @@ body.container{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.profile-top-pictos {
|
.profile-top-pictos {
|
||||||
padding: 15px 0 15px 0;
|
padding: 43px 0 15px 0;
|
||||||
margin: 0 15px 0 15px;
|
margin: 0 15px 0 15px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@ -558,3 +558,9 @@ body.container{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bio-title {
|
||||||
|
display: inherit;
|
||||||
|
text-align: center;
|
||||||
|
height: 50px;
|
||||||
|
}
|
@ -51,11 +51,11 @@
|
|||||||
<div class="wrapper m-t-xl m-b">
|
<div class="wrapper m-t-xl m-b">
|
||||||
<div class="row m-b">
|
<div class="row m-b">
|
||||||
<div class="col-xs-5 text-right">
|
<div class="col-xs-5 text-right">
|
||||||
<span class="font-bold" translate>{{ 'interests' }}</span>
|
<span class="font-bold bio-title" translate>{{ 'interests' }}</span>
|
||||||
<div class="m-b m-t-sm">{{user.profile.interest}}</div>
|
<div class="m-b m-t-sm">{{user.profile.interest}}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-offset-1 col-xs-6">
|
<div class="col-xs-offset-2 col-xs-5">
|
||||||
<span class="font-bold" translate>{{ 'CAD_softwares_mastered' }}</span>
|
<span class="font-bold bio-title" translate>{{ 'CAD_softwares_mastered' }}</span>
|
||||||
<div class="m-t-sm">{{user.profile.software_mastered}}</div>
|
<div class="m-t-sm">{{user.profile.software_mastered}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user