Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
.dojoxResizeHandle {
2
	float: right;
3
	position: absolute;
4
	right: 2px;
5
	bottom: 2px;
6
	width: 13px;
7
	height: 13px;
8
	z-index: 20;
9
	background-image: url('icons/resize.png');
10
	line-height: 0px;
11
}
12
 
13
.dojoxResizeNW {
14
	cursor: nw-resize;
15
}
16
 
17
.dojoxResizeNE {
18
	cursor: ne-resize;
19
}
20
 
21
.dojoxResizeW {
22
	cursor: w-resize;
23
}
24
 
25
.dojoxResizeN {
26
	cursor: n-resize;
27
}
28
 
29
.dojoxResizeHandleClone {
30
	position:absolute; top:0; left:0;
31
	border:1px dashed #666;
32
}