initial commit
[map.git] / honeymap-master / static / extern / jquery-jvectormap-1.0.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-family: sans-serif, Verdana;
11     font-size: smaller;
12     padding: 3px;
13 }
14
15 .jvectormap-zoomin, .jvectormap-zoomout {
16     position: absolute;
17     left: 10px;
18     -webkit-border-radius: 3px;
19     -moz-border-radius: 3px;
20     border-radius: 3px;
21     background: #292929;
22     padding: 3px;
23     color: white;
24     width: 10px;
25     height: 10px;
26     cursor: pointer;
27     line-height: 10px;
28     text-align: center;
29 }
30
31 .jvectormap-zoomin {
32     top: 10px;
33 }
34
35 .jvectormap-zoomout {
36     top: 30px;
37 }