Review filtering on registration status

This commit is contained in:
Claude Brisson
2024-03-06 21:01:14 +01:00
parent 37160961d5
commit 1937a071cb
4 changed files with 20 additions and 15 deletions

View File

@@ -206,6 +206,10 @@
.ui.table>tbody>tr>td, .ui.table>tr>td {
padding: 0.2em 0.2em;
}
select.ui.dropdown {
height: unset;
font-size: inherit;
}
.step, .step .title { font-size: 1em; }
.step:before { font-size: 1em; }