* Adjust the style of profile.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
.main-actions{margin: 20px 0 20px 0; text-align: center;}
|
||||
.user-title{margin: 10px 10px -10px 10px; font-size: 14px; font-weight: bold; padding-left: 10px;}
|
||||
.avatar{display: inline-block; width: 50px; height: 50px; line-height: 50px;}
|
||||
.user-name{margin-left: 15px}
|
||||
.user-name{margin-left: 15px; font-weight: bold;}
|
||||
.user-name, .user-role{font-size: 16px; vertical-align: top; line-height: 50px;}
|
||||
.line{border-top: 1px solid #eee; margin: 10px;}
|
||||
#avatarUploadBtn{padding: 4px 12px; position: relative; left: 32px; bottom: 30px;}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
}
|
||||
?>
|
||||
</span>
|
||||
<span class='user-name'><strong><?php echo $user->realname;?></strong></span>
|
||||
<span class='user-name'><?php echo $user->realname;?></span>
|
||||
<span class='user-role'><?php echo zget($lang->user->roleList, $user->role);?></span>
|
||||
</div>
|
||||
<div class='row'>
|
||||
|
||||
Reference in New Issue
Block a user