48 lines
525 B
CSS
48 lines
525 B
CSS
@import url("openwebrx-header.css");
|
|
@import url("openwebrx-globals.css");
|
|
|
|
html, body {
|
|
height: unset;
|
|
}
|
|
|
|
body {
|
|
margin-bottom: 5rem;
|
|
}
|
|
|
|
hr {
|
|
background: #444;
|
|
}
|
|
|
|
h1 {
|
|
margin: 1em 0;
|
|
text-align: center;
|
|
}
|
|
|
|
table {
|
|
border-collapse: separate;
|
|
border-spacing: 15px;
|
|
}
|
|
|
|
td {
|
|
text-align: center;
|
|
border: 3px dotted;
|
|
}
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
|
|
.file-title {
|
|
text-align: center;
|
|
font-size: 80%;
|
|
}
|
|
|
|
.file-tile {
|
|
width: 32%;
|
|
}
|
|
|
|
.file-delete {
|
|
position: relative;
|
|
bottom : 5px;
|
|
}
|