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-10 20:18:16 +00:00
|
|
|
html, body, .openwebrx-map {
|
2019-07-01 17:49:58 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2019-07-10 20:18:16 +00:00
|
|
|
margin: 0;
|
2019-07-07 19:24:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin-block-start: 5px;
|
|
|
|
margin-block-end: 5px;
|
|
|
|
padding-inline-start: 25px;
|
2019-07-01 17:49:58 +00:00
|
|
|
}
|