index.php, signup.php and recover_password.php: change button widths.

SIMPLICITY_link
Hui Lan 2021-04-09 15:17:01 +08:00
parent 43b9da8e90
commit 476aa87178
3 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ if (isset($_SESSION["user_fullname"])) {
border-radius: 5px; border-radius: 5px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(75, 184, 240); background: rgb(75, 184, 240);
padding:5px 162px; padding:5px 100px;
font-family: Poppins-Regular; font-family: Poppins-Regular;
font-size: 23px; font-size: 23px;
line-height: 1.5; line-height: 1.5;

View File

@ -52,7 +52,7 @@ if(isset($_SESSION['info_recover_password'])) {
border-radius: 5px; border-radius: 5px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(75, 184, 240); background: rgb(75, 184, 240);
padding:5px 195px; padding:5px 102px;
font-family: Poppins-Regular; font-family: Poppins-Regular;
font-size: 23px; font-size: 23px;
line-height: 1.5; line-height: 1.5;

View File

@ -59,7 +59,7 @@ if(isset($_SESSION['info_signup2'])) {
border-radius: 5px; border-radius: 5px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(75, 184, 240); background: rgb(75, 184, 240);
padding:5px 195px; padding:5px 105px;
font-family: Poppins-Regular; font-family: Poppins-Regular;
font-size: 23px; font-size: 23px;
line-height: 1.5; line-height: 1.5;