openwebrx-clone/htdocs/css/admin.css

105 lines
1.5 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;
}
2020-03-26 22:04:02 +00:00
.buttons {
text-align: right;
}
.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);
}
.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
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-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
}
.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
}