diff --git a/module/my/css/profile.css b/module/my/css/profile.css index 1671f2e971..3b7ff34334 100644 --- a/module/my/css/profile.css +++ b/module/my/css/profile.css @@ -6,8 +6,7 @@ table+table{border-top: 1px solid #eee;} .row td{width: 33%; text-align: left; font-weight: 700;} .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;} +.avatar{display: inline-block; width: 50px; height: 50px; line-height: 50px;} +.avatar .btn{padding: 0;vertical-align: revert; border: 0;} .user-name{margin-left: 15px} .user-name, .user-role{font-size: 16px; vertical-align: top;} -#avatarUploadBtn{padding: 4px 12px; position: relative; left: 32px; bottom: 30px;} -#avatarForm{height: 10px} diff --git a/module/my/view/profile.html.php b/module/my/view/profile.html.php index 2c12cbf71e..2fb4952dc1 100644 --- a/module/my/view/profile.html.php +++ b/module/my/view/profile.html.php @@ -15,25 +15,14 @@