You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/public/assets/admin/libs/jquery-jvectormap/css/jquery-jvectormap-1.2.2.css

38 lines
738 B

.jvectormap-label {
position: absolute;
display: none;
border: solid 1px #888;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
opacity:0.8;
color: white;
font-family: sans-serif, Verdana;
font-size: smaller;
padding: 3px 6px 1px;
}
.jvectormap-zoomin, .jvectormap-zoomout {
position: absolute;
left: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
padding: 3px;
color: white;
width: 10px;
height: 10px;
cursor: pointer;
line-height: 10px;
text-align: center;
}
.jvectormap-zoomin {
top: 10px;
}
.jvectormap-zoomout {
top: 30px;
}