Cleaning up CSS

This commit is contained in:
Michał Gdula 2022-07-27 12:46:10 +01:00
parent eac7f15292
commit 58b07d30d4
16 changed files with 90 additions and 195 deletions

View file

@ -12,7 +12,7 @@
<body>
<?php include("../ui/header.php"); ?>
<div class="account-root">
<div class="account-root default-window">
<h2>Account settings</h2>
<?php
if (isset($_SESSION["loggedin"]) && $_SESSION["loggedin"] === true) {

View file

@ -92,7 +92,7 @@
}
?>
<div class="login-root">
<div class="login-root default-window">
<h2 class="space-bottom">Login</h2>
<p class="space-bottom">Passwords are important to keep safe. Don't tell anyone your password, not even Fluffy!</p>
<form class="flex-down between" method="POST" action="login.php" enctype="multipart/form-data">

View file

@ -75,7 +75,7 @@
}
?>
<div class="password-reset-root">
<div class="password-reset-root default-window">
<h2 class="space-bottom">Reset Password</h2>
<p class="space-bottom">After reset, you will be kicked out to login again</p>
<form class="flex-down between" method="POST" action="password-reset.php" enctype="multipart/form-data">

View file

@ -104,7 +104,7 @@
}
?>
<div class="signup-root">
<div class="signup-root default-window">
<h2 class="space-bottom">Make account</h2>
<p class="space-bottom">And amazing things happened here...</p>
<form class="flex-down between" method="POST" action="signup.php" enctype="multipart/form-data">