diff --git a/module/user/css/profile.css b/module/user/css/profile.css index 6b4a70e3ce..2574e33804 100644 --- a/module/user/css/profile.css +++ b/module/user/css/profile.css @@ -1,5 +1,5 @@ -.row table{width: 94%; margin-top: 15px; margin-left: 3%} -table+table{border-top: 1px solid #eee;} +.main-header{margin-bottom: 10px;} +.row table{width: 94%; margin-left: 3%;} .row th{width: 17%; line-height: 30px; padding-right: 20px; text-align: right; font-weight: 500;} .row td{width: 33%; text-align: left; font-weight: 700;} .main-actions{margin: 20px 0 20px 0; text-align: center;} @@ -7,5 +7,6 @@ table+table{border-top: 1px solid #eee;} .avatar { display: inline-block; width: 50px; height: 50px; line-height: 50px;} .user-name{margin-left: 15px} .user-name, .user-role{font-size: 16px; vertical-align: top;} +.line{border-top: 1px solid #eee; margin: 10px;} #avatarUploadBtn{padding: 4px 12px; position: relative; left: 32px; bottom: 30px;} #avatarForm{height: 10px} diff --git a/module/user/view/profile.html.php b/module/user/view/profile.html.php index d85611825c..55f271724b 100644 --- a/module/user/view/profile.html.php +++ b/module/user/view/profile.html.php @@ -76,6 +76,7 @@ name . ' ';?> +
@@ -97,6 +98,7 @@
user->mobile;?>
+
user->commiter;?>