contractus
Version:
Software de Gerenciamento de Contratos Lumenit
39 lines (35 loc) • 751 B
CSS
.jvectormap-label {
position: absolute;
display: none;
border: solid 1px #000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #292929;
background-color: rgba(0,0,0,0.8);
color: white;
font-size: 12px;
padding: 4px 10px;
}
.jvectormap-zoomin, .jvectormap-zoomout {
position: absolute;
left: 10px;
background: #fff;
border:1px solid #f0f0f0;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
padding: 0px;
font-weight: bold;
font-size: 20px;
color: #aaa;
width: 24px;
height: 24px;
line-height: 22px;
text-align: center;
cursor: pointer;
}
.jvectormap-zoomin {
top: 10px;
}
.jvectormap-zoomout {
top: 33px;
}