Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / widget / Loader / Loader.css @ 12

History | View | Annotate | Download (373 Bytes)

1 9 andrej.cim
.dojoxLoaderPointer {
2
        position:absolute;
3
        z-index:999;
4
}
5
.dojoxLoader {
6
        float:right;
7
        position:fixed;
8
        height:25px;
9
        width:100px;
10
        top:0;
11
        right:0;
12
        padding:3px;
13
        border:1px solid #ccc;
14
        background:#fff;
15
        min-width:42px;
16
}
17
.dojoxLoaderIcon {
18
        height:22px; width:22px;
19
        vertical-align:middle;
20
}
21
.dojoxLoaderMessage {
22
        font:8pt Arial,san-serif;
23
        color:#666;
24
}