87 lines
1.1 KiB
CSS
Raw Normal View History

2020-03-08 23:23:36 +01:00
@import url("openwebrx-header.css");
@import url("openwebrx-globals.css");
2021-02-14 16:21:09 +01:00
html, body {
height: unset;
}
2020-03-26 23:04:02 +01:00
.buttons {
text-align: right;
}
.row .map-input {
margin: 15px 15px 0;
}
2020-04-26 02:15:19 +02:00
.device {
margin-top: 20px;
}
2021-02-07 22:09:06 +01:00
.settings-section {
margin-top: 3em;
}
.settings-section h3 {
margin-bottom: 1em;
}
h1 {
margin: 1em 0;
text-align: center;
2021-02-08 15:16:04 +01:00
}
.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;
}
2021-02-13 18:35:15 +01:00
table.bookmarks .frequency {
text-align: right;
2021-02-13 23:53:16 +01:00
}
2021-02-14 16:21:09 +01:00
.bookmarks table input, .bookmarks table select {
2021-02-13 23:53:16 +01:00
width: initial;
text-align: inherit;
display: initial;
2021-02-14 16:21:09 +01:00
}
.actions {
margin: 1rem 0;
}
.actions .btn {
width: 100%;
2021-02-15 20:19:43 +01:00
}
.wsjt-decoding-depths-table {
width: auto;
2021-02-15 22:14:56 +01:00
margin: 0;
}
.wsjt-decoding-depths-table td:first-child {
padding-left: 0;
2021-02-13 18:35:15 +01:00
}