mirror of
https://github.com/traccar/traccar.git
synced 2026-02-05 13:13:55 -05:00
20 lines
289 B
CSS
20 lines
289 B
CSS
.state-indicator {
|
|
position: absolute;
|
|
top: -999em;
|
|
left: -999em;
|
|
z-index: 0;
|
|
}
|
|
|
|
@media all and (max-device-width: 768px) {
|
|
.state-indicator {
|
|
z-index: 1;
|
|
}
|
|
}
|
|
|
|
.attribution {
|
|
position: fixed;
|
|
bottom: 10px;
|
|
right: 15px;
|
|
font-size: x-small;
|
|
}
|