Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 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
}