diff --git a/front/css/login.css b/front/css/login.css index 83866a2..9721026 100644 --- a/front/css/login.css +++ b/front/css/login.css @@ -10,7 +10,7 @@ body { .page-content { padding: 10px; width: 350px; - height: 625px; + height: 425px; text-align: center; box-shadow: 0 2px 100px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1); border-radius: 30pt; @@ -46,6 +46,11 @@ h2 { font-size: 20pt; } +a { + text-decoration: none; + color: #000000; +} + input { border: 1px solid #e0e0e0; width: 200px; @@ -59,7 +64,7 @@ input { input:focus { backdrop-filter: blur(10px); - -webkit-backdrop-filter: blur(10pxr); + -webkit-backdrop-filter: blur(10px); outline: none; } diff --git a/front/css/setup.css b/front/css/setup.css index a4fb003..e12aa1e 100755 --- a/front/css/setup.css +++ b/front/css/setup.css @@ -63,7 +63,7 @@ input { input:focus { backdrop-filter: blur(10px); - -webkit-backdrop-filter: blur(10pxr); + -webkit-backdrop-filter: blur(10px); outline: none; } diff --git a/front/index.php b/front/index.php index bb5d209..bb5e8d2 100755 --- a/front/index.php +++ b/front/index.php @@ -25,4 +25,3 @@ if (!$mcServ->checkLogin()) { }else{ echo "angemeldet"; } -?> \ No newline at end of file diff --git a/front/login.php b/front/login.php index 49a5ca2..f444e0b 100755 --- a/front/login.php +++ b/front/login.php @@ -1,3 +1,10 @@ + @@ -15,7 +22,7 @@
- Forget Passwort + Forget Passwort?



diff --git a/front/test.php b/front/test.php index 961a2b3..d4de878 100755 --- a/front/test.php +++ b/front/test.php @@ -1,2 +1,4 @@ $value) { + echo $key . " = " . $value . "
"; +} \ No newline at end of file