0
0

Website refactoring

Moved PHP files to "lib" folder
Moved Javascript files to "lib" folder
Moved login page inline CSS to "login.css"
Moved database functions to class "Database"
Removed the html template, compensated with a direct HTML code inside PHP "else" statement
This commit is contained in:
Bryan Pedini
2019-03-25 11:27:37 +01:00
parent 5a75d5335e
commit 18dc9b18d3
12 changed files with 38 additions and 54 deletions

View File

@@ -4,7 +4,6 @@ body {
.login-container{
margin-top: 5%;
margin-bottom: 5%;
margin-left: 30%;
}
.login-form-1{
padding: 5%;
@@ -19,8 +18,8 @@ body {
}
.btnSubmit
{
width: 50%;
border-radius: 1rem;
width: 40%;
border-radius: 2rem;
padding: 1.5%;
border: none;
cursor: pointer;