From d52c3350fac7b14434c019eea55d1736592efb0c Mon Sep 17 00:00:00 2001 From: giggs Date: Sun, 24 Jul 2022 15:29:33 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/templates/src/?= =?UTF-8?q?user=5Fprofile.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the New project link into a button --- src/templates/src/user_profile.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/templates/src/user_profile.html b/src/templates/src/user_profile.html index adffc7d..e83c885 100644 --- a/src/templates/src/user_profile.html +++ b/src/templates/src/user_profile.html @@ -24,6 +24,18 @@ .admin .cover { background: repeating-linear-gradient( -45deg, #ff6c00, #ff6c00 12px, #000000 5px, #000000 25px ); } + + .button { + background-color: #7e3834; + color: white; + text-align: start; + font-size: 18px; + padding: 15px 26px; + display: inline-block; + cursor: pointer; + } + + } {{ end }} @@ -135,7 +147,7 @@ {{ end }} {{ if .OwnProfile }} {{ if .CanAddProject }} - + New Project + <Add New Project> {{ else }} You have reached the maximum number of personal projects. {{ end }}