Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / geo / charting / resources / Map.css

History | View | Annotate | Download (520 Bytes)

1 9 andrej.cim
.tundra .dijitTooltipAbove .dijitTooltipConnector, .dj_ie .tundra .dijitTooltipAbove .dijitTooltipConnector {
2
        display: none;
3
}
4
.dojoxLegendNode {
5
        border: 1px solid #ccc;
6
        margin: 5px 10px 5px 10px;
7
        padding: 3px;
8
        float:right;
9
}
10
.dojoxLegendText {
11
        vertical-align: text-top;
12
        padding-right: 10px
13
}
14
.mapZoomIn {
15
        width: 21px;
16
        height: 21px;
17
        background: url(img/zoomin.png) no-repeat;
18
        position: absolute;
19
}
20
.mapZoomOut {
21
        width: 21px;
22
        height: 21px;
23
        background: url(img/zoomout.png) no-repeat;
24
        position: absolute;
25
}