openwebrx-clone/htdocs/css/admin.css

150 lines
2.3 KiB
CSS
Raw Normal View History

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-24 22:04:23 +00:00
body {
2021-02-27 00:13:57 +00:00
margin-bottom: 5rem;
2021-02-24 22:04:23 +00:00
}
hr {
2021-02-24 22:04:23 +00:00
background: #444;
}
2020-03-26 22:04:02 +00:00
.buttons {
2021-02-24 22:04:23 +00:00
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #222;
z-index: 2;
padding: 10px;
2020-03-26 22:04:02 +00:00
text-align: right;
2021-02-24 22:04:23 +00:00
border-top: 1px solid #444;
2020-03-26 22:04:02 +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 h3 {
2021-03-05 16:43:15 +00:00
margin-top: 1em;
2021-02-07 21:09:06 +00:00
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);
}
.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 17:35:15 +00:00
2021-03-05 16:43:15 +00:00
.tab-body {
overflow: auto;
border: 1px solid #444;
border-top: none;
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.tab-body .form-group {
padding-right: 15px;
}
.bookmarks table .frequency {
2021-02-13 17:35:15 +00:00
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-20 22:45:06 +00:00
.sdr-device-list .list-group-item,
.sdr-profile-list .list-group-item {
background: initial;
2021-02-22 22:49:28 +00:00
}
2021-03-02 19:28:49 +00:00
.sdr-device-list .sdr-profile-list {
max-height: 20rem;
overflow-y: auto;
}
.removable-group.removable, .add-group {
2021-02-22 22:49:28 +00:00
display: flex;
flex-direction: row;
}
.removable-group.removable .removable-item, .add-group .add-group-select {
2021-02-22 22:49:28 +00:00
flex: 1 0 auto;
margin-right: .25rem;
2021-02-22 22:49:28 +00:00
}
.removable-group.removable .option-remove-button, .add-group .option-add-button {
2021-02-22 22:49:28 +00:00
flex: 0 0 70px;
}
.option-add-button, .option-remove-button {
width: 70px;
2021-02-24 18:56:07 +00:00
}
.scheduler-static-time-inputs {
display: flex;
flex-direction: row;
}
.scheduler-static-time-inputs > * {
flex: 0 0 auto;
width: unset;
}
.scheduler-static-time-inputs > select {
flex: 1 0 auto;
2021-02-13 17:35:15 +00:00
}