Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21627 kshitij.so 1
.jvectormap-label {
2
    position: absolute;
3
    display: none;
4
    border: solid 1px #d4d4d4;
5
    -webkit-border-radius: 2px;
6
    -moz-border-radius: 2px;
7
    border-radius: 2px;
8
    background: white;
9
    color: #d4d4d4;
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: 1px;
19
    -moz-border-radius: 1px;
20
    border-radius: 1px;
21
	border: solid 1px #d4d4d4;
22
    background: white;
23
    padding: 3px;
24
    color: #d4d4d4;
25
    width: 20px;
26
    height: 20px;
27
    cursor: pointer;
28
    line-height: 10px;
29
    text-align: center;
30
}
31
 
32
.jvectormap-zoomin {
33
    top: 10px;
34
}
35
 
36
.jvectormap-zoomout {
37
    top: 30px;
38
}