From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1681857454; bh=zuje2nWCBOQeUmHV8gho6osUI5xayHaZacDoeqvJhWU=; h=From:To:Cc:Subject:Date; b=RrDnQPL1LqnlpHVd0boyLgXE7q7W/EkPrhb7WexwaxiJ8L+vDUXvxhBNNP/cbh0dZ kzslEWZEAcLRW8mDXn1/9j9gC8UpMrCH9uHurAdIAfAAjJt7fWwUbjS03mtZlFI9iy /Pl8FKSizu3ZQZRB89cN451NoiS2i4jGDS3kt03Xp60kU3d26rXDpMS3p0W4wpkkAf C4/vYvjG4jnge1U96lOKeFeox9nZZDkZTYEzgUbS0HOFKj9uLBYmicI8bml+8bDnBZ IAIiOm2ehgBd5ioen3Q9yKPX8wsoMOgIlCn5zea4FzfbmBSac4tHIlX3vXIHttrJf0 k01rT/A1xq9uQ== Received: from localhost.localdomain (unknown [68.183.184.174]) by gnuweeb.org (Postfix) with ESMTPSA id CFD10245615; Wed, 19 Apr 2023 05:37:32 +0700 (WIB) From: Memet Zx To: Ammar Faizi Cc: Memet Zx , GNU/Weeb Mailing List , Memet Zx Subject: [PATCH gwspamd 1/2] gwspamd: web: Shirnk the table to 40rem Date: Wed, 19 Apr 2023 05:37:25 +0700 Message-Id: <20230418223726.139701-1-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: in the previous view the table is to wide Signed-off-by: Memet Zx --- web/views/pages/profile.php | 62 +++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/web/views/pages/profile.php b/web/views/pages/profile.php index ababdf6..a67ce79 100644 --- a/web/views/pages/profile.php +++ b/web/views/pages/profile.php @@ -3,35 +3,37 @@ $opt["title"] = $u["full_name"]; ?> -
- " alt=" Images"> -
-

- Edit Profile +
+ " alt=" Images"> - - - - - - - - - - - - - - - - - - - - - - - -
User ID
First Name
Last Name
User Name
Email
-
+

+ Edit Profile
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
User ID
First Name
Last Name
User Name
Email
+
+
\ No newline at end of file base-commit: 957bf40743f17bfbe2a4b2ac37ff92c94a6444d6 -- Memet Zx