~clinton-collins/familyproject/trunk

« back to all changes in this revision

Viewing changes to ZendFramework/externals/dojo/dojox/widget/Loader/Loader.css

  • Committer: Clinton Collins
  • Date: 2009-06-26 19:54:58 UTC
  • Revision ID: clinton.collins@gmail.com-20090626195458-5ebba0qcvo15xlpy
Initial Import

Show diffs side-by-side

added added

removed removed

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