| user->roleList, $user->role, '');?> | |||||
| user->join;?> | +user->joinAB;?> | join);?> | -group->priv;?> | +user->priv;?> | name . ' ';?> |
|---|
| user->roleList, $user->role, '');?> | |||||
| user->join;?> | +user->joinAB;?> | join);?> | -group->priv;?> | +user->priv;?> | name . ' ';?> |
|---|
diff --git a/module/my/css/profile.css b/module/my/css/profile.css index 9bafb49a2d..2f157a6dbc 100644 --- a/module/my/css/profile.css +++ b/module/my/css/profile.css @@ -1,14 +1,15 @@ -.body-modal .main-header {padding: 13px 0px 0px 0;} -.row table {width: 100%; margin-top: 5px;} +.body-modal .main-header {padding: 20px 0px 24px 0; border-bottom: unset;} +.row table {width: 100%; margin-top: 5px; margin-left: 20px;} table+table {border-top: 1px solid #eee;} -.row th {width: 17%; line-height: 30px; padding-right: 20px; text-align: right; font-weight: 500;} +.row th {width: 17%; line-height: 30px; padding-right: 20px; text-align: right; font-weight: unset;} .row td {width: 33%; text-align: left; font-weight: 700;} .main-actions {margin: 5px 0 10px 0; text-align: center;} .user-title {margin: 10px 10px -10px 10px; font-size: 14px; font-weight: bold; padding-left: 10px;} -.user-name {margin-left: 15px; font-weight: bold;} -.user-name, .user-role {line-height: 50px; font-size: 16px; vertical-align: top;} +.user-name {font-weight: bold;} +.user-role {color: #5B606E;} +.user-name, .user-role {font-size: 14px; vertical-align: top; display: table; padding-left: 310px;} -#avatarUpload {display: inline-block; width: 50px; height: 50px; position: relative;} +#avatarUpload {display: inline-block; width: 40px; height: 40px; position: absolute; left: 265px} #avatarForm {position: absolute; top: 0; left: 0; right: 0; bottom: 0;} #avatarUploadBtn {display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0;} #avatarUploadBtn {opacity: 0; color: #fff; border-radius: 50%; line-height: 50px;} diff --git a/module/my/view/profile.html.php b/module/my/view/profile.html.php index c4cce075b8..1f3f30df17 100644 --- a/module/my/view/profile.html.php +++ b/module/my/view/profile.html.php @@ -13,18 +13,21 @@ app->user->avatar);?> app->user->id);?> +user->roleList, $user->role, '')):?> + +
| user->roleList, $user->role, '');?> | |||||
| user->join;?> | +user->joinAB;?> | join);?> | -group->priv;?> | +user->priv;?> | name . ' ';?> |
|---|
| user->roleList, $user->role, '');?> | |||||
| user->join;?> | +user->joinAB;?> | join);?> | -group->priv;?> | +user->priv;?> | name . ' ';?> |
|---|