add device config/add/delete handlers,

fix some styling with forms
This commit is contained in:
2023-06-19 01:43:52 +00:00
parent 3e50e4cbfe
commit 499d7eee02
2 changed files with 111 additions and 11 deletions

View File

@@ -30,4 +30,10 @@ fieldset > *:last-child {
body:not(:-moz-handler-blocked) fieldset {
display: table-cell;
}
input[type="checkbox"] {
width: min-content;
margin-left: auto;
margin-right: auto;
}