mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02:00
Initial setup of new map system
This commit is contained in:
@@ -1654,3 +1654,45 @@ tr.search:nth-child(odd) {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.mapTooltip {
|
||||
position : fixed;
|
||||
background-color : #B2B3B1;
|
||||
moz-opacity:0.90;
|
||||
opacity: 0.90;
|
||||
filter:alpha(opacity=90);
|
||||
border-radius:10px;
|
||||
padding : 10px;
|
||||
z-index: 1000;
|
||||
max-width: 200px;
|
||||
display:none;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.zoomIn, .zoomOut {
|
||||
background-color:#fff;
|
||||
border:1px solid #ccc;
|
||||
color:#000;
|
||||
width:15px;
|
||||
height:15px;
|
||||
line-height: 15px;
|
||||
text-align:center;
|
||||
border-radius:3px;
|
||||
cursor:pointer;
|
||||
position:absolute;
|
||||
top : 10px;
|
||||
font-weight:bold;
|
||||
left : 10px;
|
||||
-webkit-user-select: none; // For Webkit
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none; // For Mozilla
|
||||
-o-user-select: none;
|
||||
user-select: none; // Default
|
||||
}
|
||||
|
||||
.zoomOut {
|
||||
top:30px;
|
||||
}
|
||||
|
||||
#leaflet-map {
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user