GUI for Participant management

This commit is contained in:
2026-04-07 22:27:47 +02:00
parent 653e85b781
commit e6bd8c684d
20 changed files with 965 additions and 153 deletions

View File

@@ -29,7 +29,7 @@ h1, h2, h3, h4, h5, h6 {
.main {
margin: 0 auto;
box-shadow: 20px 54px 15px rgba(0, 0, 0, 0.1);
box-shadow: 20px 20px 15px rgba(0, 0, 0, 0.1);
border-radius: 0 10px 0 0;
flex: 1;
display: flex;

View File

@@ -15,6 +15,7 @@ input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
textarea,
select {
width: 100%;
font-size: 13pt;
@@ -34,6 +35,7 @@ input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
outline: none;
border-color: #1d4899;
@@ -46,6 +48,7 @@ table {
}
input[type="button"],
.button,
input[type="submit"] {
cursor: pointer;
background-color: #ffffff;
@@ -55,6 +58,7 @@ input[type="submit"] {
}
input[type="button"]:hover,
.button:hover,
input[type="submit"]:hover,
.deny-button:hover,
.accept-button:hover,