diff options
Diffstat (limited to 'includes/js/dojox/layout/resources/ResizeHandle.css')
-rw-r--r-- | includes/js/dojox/layout/resources/ResizeHandle.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/includes/js/dojox/layout/resources/ResizeHandle.css b/includes/js/dojox/layout/resources/ResizeHandle.css deleted file mode 100644 index b68f2d4..0000000 --- a/includes/js/dojox/layout/resources/ResizeHandle.css +++ /dev/null @@ -1,28 +0,0 @@ -.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; -} |