summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dojox/layout/resources/ResizeHandle.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.6/dojox/layout/resources/ResizeHandle.css')
-rw-r--r--js/dojo-1.6/dojox/layout/resources/ResizeHandle.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/layout/resources/ResizeHandle.css b/js/dojo-1.6/dojox/layout/resources/ResizeHandle.css
new file mode 100644
index 0000000..533d250
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/ResizeHandle.css
@@ -0,0 +1,52 @@
+.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;
+}
+
+
+