From a533318f6976774044a177f51cbed3b8d8cdf552 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 8 Jan 2026 19:42:03 +0000 Subject: [PATCH] a --- Vue/Changermotpass/Changermotpass/index.php | 347 ------------------ .../Changermotpass/index_2026_01_08.php | 323 ---------------- Vue/Changermotpass/index.php | 48 ++- 3 files changed, 35 insertions(+), 683 deletions(-) delete mode 100755 Vue/Changermotpass/Changermotpass/index.php delete mode 100755 Vue/Changermotpass/Changermotpass/index_2026_01_08.php diff --git a/Vue/Changermotpass/Changermotpass/index.php b/Vue/Changermotpass/Changermotpass/index.php deleted file mode 100755 index 43d67e8..0000000 --- a/Vue/Changermotpass/Changermotpass/index.php +++ /dev/null @@ -1,347 +0,0 @@ -titre = "INTER-SANTÉ - ". _("Changement de mot de passe"); -?> - -
-
-
-
-
- -
- - -
-
-
-
-
- -
- - -
-
-
- -
-
- -
- - -
-
-
-
-
- -
- -
-
- -
-
- -
- - -
-
- - -
-
-
- -
-
- - - - -
-
-
-
-
- - -
- -
- -
-
-
-
- - - - \ No newline at end of file diff --git a/Vue/Changermotpass/Changermotpass/index_2026_01_08.php b/Vue/Changermotpass/Changermotpass/index_2026_01_08.php deleted file mode 100755 index 84cd684..0000000 --- a/Vue/Changermotpass/Changermotpass/index_2026_01_08.php +++ /dev/null @@ -1,323 +0,0 @@ -titre = "INTER-SANTÉ - ". _("Changement de mot de passe"); -?> - -
-
-
-
-
- -
- - -
-
-
-
-
- -
- - -
-
-
- -
-
- -
- - -
-
-
-
-
- -
-
- - - - -
-
-
- -
-
- -
- - -
-
- - -
-
-
- -
-
- - - - -
-
-
-
-
- - -
- -
- -
-
-
-
- - - - \ No newline at end of file diff --git a/Vue/Changermotpass/index.php b/Vue/Changermotpass/index.php index 7393263..43d67e8 100755 --- a/Vue/Changermotpass/index.php +++ b/Vue/Changermotpass/index.php @@ -111,15 +111,21 @@ .password-change-container { max-width: 100%; margin: 0 auto; - padding: 20px; + /*padding: 20px;*/ + padding: 0px; } .password-change-card { background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); + /* padding: 30px; margin-top: 20px; + */ + padding: 0px; + margin-top: 0px; + } .password-change-header .alert { @@ -128,12 +134,14 @@ } .password-change-form .form-group { - margin-bottom: 1.5rem; + /*margin-bottom: 1.5rem;*/ + margin-bottom: 0rem; } .password-change-form .form-label { font-weight: 400; - margin-bottom: 0.5rem; + /*margin-bottom: 0.5rem;*/ + margin-bottom: 0rem; color: #333; font-size:1.8rem !important; } @@ -158,13 +166,18 @@ .form-actions { display: flex; + /* gap: 15px; margin-top: 2rem; + */ + gap: 0px; + margin-top: 0rem; } .form-actions .btn { flex: 1; - padding: 12px; + /*padding: 12px;*/ + padding: 0px; } /* Large screens optimization */ @@ -175,18 +188,21 @@ } .password-change-card { - padding: 40px; + /*padding: 40px;*/ + padding: 0px; } } /* Responsive adjustments */ @media (max-width: 768px) { .password-change-container { - padding: 15px; + /*padding: 15px;*/ + padding: 0px; } .password-change-card { - padding: 20px; + /*padding: 20px;*/ + padding: 0px; } .form-actions { @@ -196,11 +212,13 @@ @media (max-width: 576px) { .password-change-container { - padding: 10px; + /*padding: 10px;*/ + padding: 0px; } .password-change-card { - padding: 15px; + /*padding: 15px;*/ + padding: 0px; border-radius: 8px; } @@ -209,22 +227,26 @@ } .form-actions .btn { - padding: 10px; + /*padding: 10px;*/ + padding: 0px; } } /* Very small screens */ @media (max-width: 375px) { .password-change-container { - padding: 5px; + /*padding: 5px;*/ + padding: 0px; } .password-change-card { - padding: 12px; + /*padding: 12px;*/ + padding: 0px; } .password-change-header .alert { - padding: 12px; + /*padding: 12px;*/ + padding: 0px; } }