mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
User profile: Force a perfect circle for the avatar.
This commit is contained in:
@@ -331,7 +331,7 @@ if(deftrue('BOOTSTRAP'))
|
|||||||
<h5 class="user-id">'.LAN_USER_58.' {USER_ID}</h5>
|
<h5 class="user-id">'.LAN_USER_58.' {USER_ID}</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body text-center">
|
<div class="panel-body text-center">
|
||||||
{SETIMAGE: w=200}
|
{SETIMAGE: w=200&h=200&crop=1}
|
||||||
{USER_PICTURE: shape=circle&link=1}
|
{USER_PICTURE: shape=circle&link=1}
|
||||||
<div class="profile-header">
|
<div class="profile-header">
|
||||||
<h4>{USER_NAME}</h4>
|
<h4>{USER_NAME}</h4>
|
||||||
|
@@ -147,6 +147,7 @@ div.bbcode { margin: 15px 0px; clear: both; } /* layout control via bbcodes */
|
|||||||
/* User Profile css */
|
/* User Profile css */
|
||||||
.panel-profile .user-avatar {
|
.panel-profile .user-avatar {
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
|
max-height: 150px;
|
||||||
margin-top: -90px;
|
margin-top: -90px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
border: 5px solid #fff;
|
border: 5px solid #fff;
|
||||||
|
Reference in New Issue
Block a user