You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
719 B
52 lines
719 B
.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; |
|
} |
|
|
|
.dijitRtl .dojoxResizeHandle { |
|
float: right; |
|
left: 0px; |
|
right: auto; |
|
background-image: url('icons/resizeRtl.png'); |
|
} |
|
|
|
.dojoxResizeNW { |
|
cursor: nw-resize; |
|
} |
|
|
|
.dijitRtl .dojoxResizeNW { |
|
cursor: ne-resize; |
|
} |
|
|
|
.dojoxResizeNE { |
|
cursor: ne-resize; |
|
} |
|
|
|
.dijitRtl .dojoxResizeNE { |
|
cursor: nw-resize; |
|
} |
|
|
|
.dojoxResizeW { |
|
cursor: w-resize; |
|
} |
|
|
|
|
|
.dojoxResizeN { |
|
cursor: n-resize; |
|
} |
|
|
|
.dojoxResizeHandleClone { |
|
position:absolute; top:0; left:0; |
|
border:1px dashed #666; |
|
z-index:999; |
|
} |
|
|
|
|
|
|
|
|