AdminLTE/plugins/jvectormap/jquery-jvectormap-1.2.2.css

40 lines
824 B
CSS
Raw Normal View History

2014-02-01 16:49:36 +01:00
.jvectormap-label {
position: absolute;
display: none;
border: solid 1px #CDCDCD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
color: white;
font-size: 10px!important;
padding: 3px;
z-index: 9999;
}
.jvectormap-zoomin, .jvectormap-zoomout {
position: absolute;
2015-02-01 22:25:09 +01:00
top: 100%;
margin-top: -25px;
2015-02-11 01:53:16 +01:00
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #d2d6de;//rgba(0,0,0,0.4);
2014-02-01 16:49:36 +01:00
padding: 5px;
2015-02-11 01:53:16 +01:00
color: #444;
2014-02-01 16:49:36 +01:00
cursor: pointer;
line-height: 10px;
text-align: center;
font-weight: bold;
2015-02-01 22:25:09 +01:00
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
2014-02-01 16:49:36 +01:00
}
.jvectormap-zoomin {
2015-02-01 22:25:09 +01:00
left: 100%;
margin-left: -50px;
2014-02-01 16:49:36 +01:00
}
.jvectormap-zoomout {
2015-02-01 22:25:09 +01:00
left: 100%;
margin-left: -30px;
2014-02-01 16:49:36 +01:00
}