From 59e8e8e101fcc47971d191f9613ef59be70afb08 Mon Sep 17 00:00:00 2001 From: Wibu Parah Date: Thu, 25 Oct 2018 21:39:14 +0700 Subject: [PATCH] fixing edit profile overflow input browse --- web/css/edit_profile.css | 2 ++ web/edit_profile/view.php | 16 +++++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/web/css/edit_profile.css b/web/css/edit_profile.css index 298244d..fbef09c 100644 --- a/web/css/edit_profile.css +++ b/web/css/edit_profile.css @@ -85,6 +85,7 @@ h1 { position: relative; margin-left: 10px; display: inline-block; + overflow: hidden; } .btn { @@ -130,6 +131,7 @@ input[type=file]{ .profpict_dummy{ width: 500px; } + input[type=text]{ width: 625px; font-family: 'Arial'; diff --git a/web/edit_profile/view.php b/web/edit_profile/view.php index 91dd1fe..0dbfc95 100644 --- a/web/edit_profile/view.php +++ b/web/edit_profile/view.php @@ -43,11 +43,17 @@ echo "
" ; echo "

Update profile picture

" ; - echo "" ; - echo "
" ; - echo "" ; - echo "" ; - echo "
" ; + + echo ' +
+ +
+ + +
+
+ '; + echo "
" ; echo "" ; -- GitLab