freifunkmanager/webroot/css/_map.less

46 lines
1.0 KiB
Plaintext
Raw Normal View History

2017-05-15 21:59:48 +02:00
.leaflet-container .node {
2017-05-16 19:18:35 +02:00
width: 3px;
height: 3px;
background-color: rgba(0,0,255,0.5);
border: 2px solid white;
border-radius: 10px;
2017-05-15 21:59:48 +02:00
}
2019-06-05 16:23:53 +02:00
.leaflet-container .node.warn {
background-color: rgba(255, 165, 0, 0.7);
}
2017-05-15 21:59:48 +02:00
.leaflet-container .node.offline {
2019-06-05 16:23:53 +02:00
background-color: rgba(255,0,0,0.7);
2017-05-15 21:59:48 +02:00
}
.leaflet-container .node.client24 {
2017-05-16 19:18:35 +02:00
border-left: 3px solid green;
2017-05-15 21:59:48 +02:00
}
.leaflet-container .node.client5 {
2017-05-29 23:39:49 +02:00
border-right: 3px solid green;
2017-05-15 21:59:48 +02:00
}
.leaflet-container .node.client24-warn {
2017-05-16 19:18:35 +02:00
border-left: 3px solid yellow;
2017-05-15 21:59:48 +02:00
}
.leaflet-container .node.client5-warn {
2017-05-29 23:39:49 +02:00
border-right: 3px solid yellow;
2017-05-15 21:59:48 +02:00
}
.leaflet-container .node.client24-crit {
2017-05-16 19:18:35 +02:00
border-left: 3px solid red;
2017-05-15 21:59:48 +02:00
}
.leaflet-container .node.client5-crit {
2017-05-29 23:39:49 +02:00
border-right: 3px solid red;
2017-05-15 21:59:48 +02:00
}
.leaflet-container .nodeicon-label {
2017-05-16 19:18:35 +02:00
font-size: 12px;
font-weight: lighter;
2017-05-15 21:59:48 +02:00
}
.leaflet-container .nodeicon-label table {
2017-05-16 19:18:35 +02:00
width: 100%;
2017-05-15 21:59:48 +02:00
}
.leaflet-container .nodeicon-label td {
2017-05-16 19:18:35 +02:00
border-top: 1px solid #999;
text-align: right;
2017-05-15 21:59:48 +02:00
}
.leaflet-container .nodeicon-label td:first-child {
2017-05-16 19:18:35 +02:00
text-align: left;
2017-05-15 21:59:48 +02:00
}