2019-07-11 11:40:12 +00:00
|
|
|
@import url("openwebrx-header.css");
|
|
|
|
@import url("openwebrx-globals.css");
|
|
|
|
|
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-28 13:57:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.openwebrx-map-legend {
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 10px;
|
2019-07-28 13:59:54 +00:00
|
|
|
margin: 10px;
|
2019-07-28 13:57:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.openwebrx-map-legend ul {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.openwebrx-map-legend li.square .illustration {
|
|
|
|
display: inline-block;
|
|
|
|
width: 30px;
|
|
|
|
height: 20px;
|
|
|
|
margin-right: 10px;
|
2019-07-28 14:33:19 +00:00
|
|
|
border-width: 2px;
|
|
|
|
border-style: solid;
|
2019-07-28 13:57:33 +00:00
|
|
|
}
|
2019-07-28 14:17:23 +00:00
|
|
|
|
|
|
|
.openwebrx-map-legend select {
|
|
|
|
background-color: #FFF;
|
|
|
|
border-color: #DDD;
|
|
|
|
padding: 5px;
|
|
|
|
}
|