diff --git a/module/my/css/profile.css b/module/my/css/profile.css index 454af78db9..07e40ac659 100644 --- a/module/my/css/profile.css +++ b/module/my/css/profile.css @@ -1,8 +1,9 @@ .col-6{width:50% !important;} -.cell{height:450px;} +.cell{height:430px;} .main-header{margin-bottom:20px;} -.dl-horizontal dt{color:#999; font-weight:normal; padding:5px 0px;} -.dl-horizontal dd{padding:5px 0px;} +.dl-horizontal{margin:0px;} +.dl-horizontal dt{color:#999; font-weight:normal; padding:5px 0px; width:120px;height:30px;} +.dl-horizontal dd{padding:5px 0px; margin-left:140px;overflow: hidden;text-overflow: ellipsis;height:30px; white-space: nowrap;} .divider{border-left:1px solid #e5e5e5;} .tiles{padding-top:15px;} diff --git a/module/my/view/profile.html.php b/module/my/view/profile.html.php index b464ff8440..5a571ea233 100644 --- a/module/my/view/profile.html.php +++ b/module/my/view/profile.html.php @@ -48,6 +48,8 @@
user->roleList[$user->role];?>
group->priv;?>
name . ' '; ?>
+
user->commiter;?>
+
commiter;?>
user->join;?>
join);?>
user->visits;?>
@@ -67,10 +69,8 @@
-
user->commiter;?>
-
commiter;?>
user->email;?>
-
email;?>
+
email;?>
user->contactField) as $field):?>
user->$field;?>
diff --git a/module/user/css/profile.css b/module/user/css/profile.css index 454af78db9..07e40ac659 100644 --- a/module/user/css/profile.css +++ b/module/user/css/profile.css @@ -1,8 +1,9 @@ .col-6{width:50% !important;} -.cell{height:450px;} +.cell{height:430px;} .main-header{margin-bottom:20px;} -.dl-horizontal dt{color:#999; font-weight:normal; padding:5px 0px;} -.dl-horizontal dd{padding:5px 0px;} +.dl-horizontal{margin:0px;} +.dl-horizontal dt{color:#999; font-weight:normal; padding:5px 0px; width:120px;height:30px;} +.dl-horizontal dd{padding:5px 0px; margin-left:140px;overflow: hidden;text-overflow: ellipsis;height:30px; white-space: nowrap;} .divider{border-left:1px solid #e5e5e5;} .tiles{padding-top:15px;} diff --git a/module/user/view/profile.html.php b/module/user/view/profile.html.php index ba97192635..0147205d39 100644 --- a/module/user/view/profile.html.php +++ b/module/user/view/profile.html.php @@ -50,6 +50,8 @@
user->roleList[$user->role];?>
group->priv;?>
name . ' '; ?>
+
user->commiter;?>
+
commiter;?>
user->join;?>
join);?>
user->visits;?>
@@ -69,10 +71,8 @@
-
user->commiter;?>
-
commiter;?>
user->email;?>
-
email;?>
+
email;?>
user->contactField) as $field):?>
user->$field;?>