Project

General

Profile

Download (474 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / cots / geoext2-2.0.2 / resources / css / popup.css @ d2a8c3fd

1
.gx-popup {
2
    overflow: visible;
3
}
4

    
5
.gx-popup-anc {
6
    background: transparent url(../images/default/anchor.png) no-repeat 0 0;
7
    position: absolute;
8
    left: 5px;
9
    z-index: 2;
10
    height: 16px;
11
    width: 31px;
12
    pointer-events: none;
13
    /* top: 59px; */
14
}
15

    
16
.gx-popup-anc.top {
17
    background: transparent url(../images/default/anchor-top.png) no-repeat 0 0;
18
    top: -16px; /* height(gx-popup-anc) */
19
}
20

    
21
.gx-popup-anc.right {
22
    left: auto;
23
    right: 5px;
24
}