add the "add bookmarks" function

This commit is contained in:
Jakob Ketterl
2021-02-14 16:21:09 +01:00
parent 9b1659d3dd
commit 29a161b7b7
7 changed files with 117 additions and 11 deletions

View File

@ -1,6 +1,10 @@
@import url("openwebrx-header.css");
@import url("openwebrx-globals.css");
html, body {
height: unset;
}
.buttons {
text-align: right;
}
@ -59,8 +63,16 @@ table.bookmarks .frequency {
text-align: right;
}
table.bookmarks input, table.bookmarks select {
.bookmarks table input, .bookmarks table select {
width: initial;
text-align: inherit;
display: initial;
}
.actions {
margin: 1rem 0;
}
.actions .btn {
width: 100%;
}