summaryrefslogtreecommitdiff
path: root/themes/wind/css/themeroller/ui.resizable.css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-14 11:45:06 -0800
committerBharat Mediratta <bharat@menalto.com>2013-02-14 11:45:06 -0800
commit7ef7759947779e27b9a2752512bfec34ebcde468 (patch)
treea17a86f1f5985de1b1744f3bf9609dabb8516407 /themes/wind/css/themeroller/ui.resizable.css
parentc345bb7de5d20a0af7e87020301e2947e977c9c7 (diff)
parent761420bb064ca52400f312bc0dbecfacbe5f4903 (diff)
Merge pull request #142 from shadlaws/jquery_19_themeroller
Updated Themeroller for wind and admin_wind.
Diffstat (limited to 'themes/wind/css/themeroller/ui.resizable.css')
-rw-r--r--themes/wind/css/themeroller/ui.resizable.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/themes/wind/css/themeroller/ui.resizable.css b/themes/wind/css/themeroller/ui.resizable.css
deleted file mode 100644
index 44efeb2e..00000000
--- a/themes/wind/css/themeroller/ui.resizable.css
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Resizable
-----------------------------------*/
-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} \ No newline at end of file