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> <head>
<?php fillHead($rootPageURL, "Admin - " . $pageName, $darkTheme, $lightTheme);?> <?php fillHead($rootPageURL, "Admin - " . $pageName, $darkTheme, $lightTheme);?>
<style> <style>
.users-list { table {
display: flex; width: 100%;
flex-direction: column; text-align: left;
} }
.user-row { tr {
margin: 0.5em; height: 30px;
border: 1px solid var(--text);
border-radius: 5px-;
padding: 0 0.5em 0 1em;
} }
.user-row form { th, td {
display: flex; border: 1px solid gray;
flex-direction: row; padding: 5px;
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;
} }
.admin-links { .admin-links {
margin-bottom: 4em; margin-bottom: 4em;