openwebrx-clone/htdocs/css/admin.css

66 lines
907 B
CSS
Raw Normal View History

2020-03-08 22:23:36 +00:00
@import url("openwebrx-header.css");
@import url("openwebrx-globals.css");
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
.device {
margin-top: 20px;
}
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
}
table.bookmarks input, table.bookmarks select {
width: initial;
text-align: inherit;
display: initial;
2021-02-13 17:35:15 +00:00
}