Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / jvectormap / jquery-jvectormap-1.2.2.css
1 .jvectormap-label {
2     position: absolute;
3     display: none;
4     border: solid 1px #CDCDCD;
5     -webkit-border-radius: 3px;
6     -moz-border-radius: 3px;
7     border-radius: 3px;
8     background: #292929;
9     color: white;
10     font-size: 10px!important;
11     padding: 3px;
12     z-index: 9999;
13 }
14
15 .jvectormap-zoomin, .jvectormap-zoomout {
16     position: absolute;
17     top: 100%;
18     margin-top: -25px;
19     -webkit-border-radius: 2px;
20     -moz-border-radius: 2px;
21     border-radius: 2px;
22     background: #d2d6de;//rgba(0,0,0,0.4);
23     padding: 5px;
24     color: #444;
25     cursor: pointer;
26     line-height: 10px;
27     text-align: center;
28     font-weight: bold;
29     box-shadow: 0 1px 2px rgba(0,0,0,0.2);
30 }
31
32 .jvectormap-zoomin {
33     left: 100%;
34     margin-left: -50px;
35 }
36
37 .jvectormap-zoomout {
38     left: 100%;
39     margin-left: -30px;
40 }