Add settings page

This commit is contained in:
r 2019-12-27 08:06:43 +00:00
parent 14bb18fbc7
commit b9d7eb05be
11 changed files with 165 additions and 16 deletions

View file

@ -386,3 +386,19 @@
vertical-align: top;
margin: 0 4px 8px 0;
}
#settings-form {
margin: 8px 0;
}
.settings-form-field {
margin: 4px 0;
}
.settings-form-field * {
vertical-align: middle;
}
#settings-form button[type=submit] {
margin-top: 8px;
}