e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
34 lines
459 B
CSS
34 lines
459 B
CSS
.dojoxResizeHandle {
|
|
float: right;
|
|
position: absolute;
|
|
right: 2px;
|
|
bottom: 2px;
|
|
width: 13px;
|
|
height: 13px;
|
|
z-index: 20;
|
|
background-image: url('icons/resize.png');
|
|
line-height: 0px;
|
|
}
|
|
|
|
.dojoxResizeNW {
|
|
cursor: nw-resize;
|
|
}
|
|
|
|
.dojoxResizeNE {
|
|
cursor: ne-resize;
|
|
}
|
|
|
|
.dojoxResizeW {
|
|
cursor: w-resize;
|
|
}
|
|
|
|
|
|
.dojoxResizeN {
|
|
cursor: n-resize;
|
|
}
|
|
|
|
.dojoxResizeHandleClone {
|
|
position:absolute; top:0; left:0;
|
|
border:1px dashed #666;
|
|
z-index:999;
|
|
}
|