mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
26 lines
353 B
HTML
26 lines
353 B
HTML
<style type="text/css">
|
|
.btn_spinner {
|
|
display: inline-block;
|
|
width: 0px;
|
|
height: 16px;
|
|
margin: 0 0px;
|
|
}
|
|
.map {
|
|
height: 400px;
|
|
width: 100%;
|
|
}
|
|
.ol-viewport {
|
|
border-radius: 0.5%;
|
|
}
|
|
.fly-to-burn {
|
|
text-align: right;
|
|
}
|
|
.locate {
|
|
top: 6em;
|
|
left: .5em;
|
|
}
|
|
.status {
|
|
color: white;
|
|
float: right;
|
|
}
|
|
</style>
|