2019-07-11 11:40:12 +00:00
|
|
|
@import url("openwebrx-header.css");
|
|
|
|
@import url("openwebrx-globals.css");
|
|
|
|
|
|
|
|
/* expandable photo not implemented on map page */
|
|
|
|
#webrx-top-photo-clip {
|
|
|
|
max-height: 67px;
|
|
|
|
}
|
|
|
|
|
2019-07-11 15:38:53 +00:00
|
|
|
body {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-top-container {
|
|
|
|
flex: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.openwebrx-map {
|
|
|
|
flex: 1 1 auto;
|
2019-07-07 19:24:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 10px 0;
|
2019-07-11 19:21:01 +00:00
|
|
|
text-align: center;
|
2019-07-07 19:24:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin-block-start: 5px;
|
|
|
|
margin-block-end: 5px;
|
|
|
|
padding-inline-start: 25px;
|
2019-07-01 17:49:58 +00:00
|
|
|
}
|