improve new member form style

This commit is contained in:
imperosol
2025-09-13 14:44:22 +02:00
parent 872e1df750
commit 6c81f5f4eb
7 changed files with 89 additions and 35 deletions

View File

@@ -0,0 +1,24 @@
#club_members_table {
tbody label {
margin: 0;
padding: 0;
}
}
#add_club_members_form {
fieldset {
display: flex;
flex-direction: row;
column-gap: 2em;
row-gap: 1em;
flex-wrap: wrap;
@media (max-width: 1100px) {
justify-content: space-evenly;
}
.errorlist {
max-width: 300px;
}
}
}