2020-03-08 22:23:36 +00:00
|
|
|
@import url("openwebrx-header.css");
|
|
|
|
@import url("openwebrx-globals.css");
|
|
|
|
|
2021-02-14 15:21:09 +00:00
|
|
|
html, body {
|
|
|
|
height: unset;
|
|
|
|
}
|
|
|
|
|
2021-02-23 18:23:54 +00:00
|
|
|
hr {
|
|
|
|
background: gray;
|
|
|
|
}
|
|
|
|
|
2020-03-26 22:04:02 +00:00
|
|
|
.buttons {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2020-03-29 19:40:29 +00:00
|
|
|
|
|
|
|
.row .map-input {
|
|
|
|
margin: 15px 15px 0;
|
|
|
|
}
|
2020-04-26 00:15:19 +00:00
|
|
|
|
2021-02-07 21:09:06 +00:00
|
|
|
.settings-section {
|
|
|
|
margin-top: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section h3 {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin: 1em 0;
|
|
|
|
text-align: center;
|
2021-02-08 14:16:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.matrix {
|
|
|
|
display: grid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.q65-matrix {
|
|
|
|
grid-template-columns: repeat(5, auto);
|
2021-02-08 23:12:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.imageupload .image-container {
|
|
|
|
max-width: 100%;
|
|
|
|
padding: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imageupload img.webrx-top-photo {
|
|
|
|
max-height: 350px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2021-02-13 16:08:56 +00:00
|
|
|
|
|
|
|
.settings-grid > div {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-grid .btn {
|
|
|
|
width: 100%;
|
|
|
|
height: 100px;
|
|
|
|
padding: 20px;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
}
|
2021-02-13 17:35:15 +00:00
|
|
|
|
|
|
|
table.bookmarks .frequency {
|
|
|
|
text-align: right;
|
2021-02-13 22:53:16 +00:00
|
|
|
}
|
|
|
|
|
2021-02-14 15:21:09 +00:00
|
|
|
.bookmarks table input, .bookmarks table select {
|
2021-02-13 22:53:16 +00:00
|
|
|
width: initial;
|
|
|
|
text-align: inherit;
|
|
|
|
display: initial;
|
2021-02-14 15:21:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.actions {
|
|
|
|
margin: 1rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions .btn {
|
|
|
|
width: 100%;
|
2021-02-15 19:19:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wsjt-decoding-depths-table {
|
|
|
|
width: auto;
|
2021-02-15 21:14:56 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wsjt-decoding-depths-table td:first-child {
|
|
|
|
padding-left: 0;
|
2021-02-18 23:03:25 +00:00
|
|
|
}
|
|
|
|
|
2021-02-20 22:45:06 +00:00
|
|
|
.sdr-device-list .list-group-item,
|
|
|
|
.sdr-profile-list .list-group-item {
|
2021-02-18 23:03:25 +00:00
|
|
|
background: initial;
|
2021-02-22 22:49:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.removable-group.removable {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.removable-group.removable .removable-item {
|
|
|
|
flex: 1 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.removable-group.removable .option-remove-button {
|
|
|
|
flex: 0 0 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.option-add-button, .option-remove-button {
|
|
|
|
width: 70px;
|
2021-02-13 17:35:15 +00:00
|
|
|
}
|