Subversion-Projekte lars-tiefland.webanos.faltradxxs.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
.jqvmap-label,
2
.jqvmap-pin {
3
    pointer-events: none
4
}
5
.jqvmap-label {
6
    position: absolute;
7
    display: none;
8
    -webkit-border-radius: 3px;
9
    -moz-border-radius: 3px;
10
    border-radius: 3px;
11
    background: #292929;
12
    color: #fff;
13
    font-family: sans-serif, Verdana;
14
    font-size: smaller;
15
    padding: 3px
16
}
17
.jqvmap-zoomin,
18
.jqvmap-zoomout {
19
    position: absolute;
20
    left: 10px;
21
    -webkit-border-radius: 3px;
22
    -moz-border-radius: 3px;
23
    border-radius: 3px;
24
    background: #000;
25
    padding: 3px;
26
    color: #fff;
27
    width: 15px;
28
    height: 15px;
29
    cursor: pointer;
30
    line-height: 10px;
31
    text-align: center
32
}
33
.jqvmap-zoomin {
34
    top: 10px
35
}
36
.jqvmap-zoomout {
37
    top: 30px
38
}
39
.jqvmap-region {
40
    cursor: pointer
41
}
42
.jqvmap-ajax_response {
43
    width: 100%;
44
    height: 500px
45
}