87 lines
1.1 KiB
CSS
87 lines
1.1 KiB
CSS
@import url("openwebrx-header.css");
|
|
@import url("openwebrx-globals.css");
|
|
|
|
html, body {
|
|
height: unset;
|
|
}
|
|
|
|
.buttons {
|
|
text-align: right;
|
|
}
|
|
|
|
.row .map-input {
|
|
margin: 15px 15px 0;
|
|
}
|
|
|
|
.settings-section {
|
|
margin-top: 3em;
|
|
}
|
|
|
|
.settings-section h3 {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
h1 {
|
|
margin: 1em 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.matrix {
|
|
display: grid;
|
|
}
|
|
|
|
.q65-matrix {
|
|
grid-template-columns: repeat(5, auto);
|
|
}
|
|
|
|
.imageupload .image-container {
|
|
max-width: 100%;
|
|
padding: 7px;
|
|
}
|
|
|
|
.imageupload img.webrx-top-photo {
|
|
max-height: 350px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.settings-grid > div {
|
|
padding: 20px;
|
|
}
|
|
|
|
.settings-grid .btn {
|
|
width: 100%;
|
|
height: 100px;
|
|
padding: 20px;
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
table.bookmarks .frequency {
|
|
text-align: right;
|
|
}
|
|
|
|
.bookmarks table input, .bookmarks table select {
|
|
width: initial;
|
|
text-align: inherit;
|
|
display: initial;
|
|
}
|
|
|
|
.actions {
|
|
margin: 1rem 0;
|
|
}
|
|
|
|
.actions .btn {
|
|
width: 100%;
|
|
}
|
|
|
|
.wsjt-decoding-depths-table {
|
|
width: auto;
|
|
margin: 0;
|
|
}
|
|
|
|
.wsjt-decoding-depths-table td:first-child {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.sdr-device-list .list-group-item {
|
|
background: initial;
|
|
} |