Amelioration interface adhesions non payees

This commit is contained in:
indev 2024-12-07 10:55:31 +00:00
parent c74df737df
commit 98b22d84d6

View File

@ -63,31 +63,16 @@ if (isset($_POST['adherent-id'])) {
<head>
<?php fillHead($rootPageURL, "Admin - " . $pageName, $darkTheme, $lightTheme);?>
<style>
.users-list {
display: flex;
flex-direction: column;
table {
width: 100%;
text-align: left;
}
.user-row {
margin: 0.5em;
border: 1px solid var(--text);
border-radius: 5px-;
padding: 0 0.5em 0 1em;
tr {
height: 30px;
}
.user-row form {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.user-row form div {
margin: 1em;
}
.user-row button {
display: inline;
}
.users {
min-height: 25em;
th, td {
border: 1px solid gray;
padding: 5px;
}
.admin-links {
margin-bottom: 4em;