Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / resources / css / resizable.css
diff --git a/resources/css/resizable.css b/resources/css/resizable.css
deleted file mode 100644 (file)
index 381eda7..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
-.x-resizable-handle {\r
-    position:absolute;\r
-    z-index:100;\r
-    /* ie needs these */\r
-    font-size:1px;\r
-    line-height:6px;\r
-    overflow:hidden;\r
-        background:white;\r
-        filter:alpha(opacity=0);\r
-        opacity:0;\r
-        zoom:1;\r
-}\r
-.x-resizable-handle-east{\r
-    width:6px;\r
-    cursor:e-resize;\r
-    right:0;\r
-    top:0;\r
-    height:100%;\r
-}\r
-.ext-ie .x-resizable-handle-east {\r
-      margin-right:-1px; /*IE rounding error*/\r
-}\r
-.x-resizable-handle-south{\r
-    width:100%;\r
-    cursor:s-resize;\r
-    left:0;\r
-    bottom:0;\r
-    height:6px;\r
-}\r
-.ext-ie .x-resizable-handle-south {\r
-     margin-bottom:-1px; /*IE rounding error*/\r
-}\r
-.x-resizable-handle-west{\r
-    width:6px;\r
-    cursor:w-resize;\r
-    left:0;\r
-    top:0;\r
-    height:100%;\r
-}\r
-.x-resizable-handle-north{\r
-    width:100%;\r
-    cursor:n-resize;\r
-    left:0;\r
-    top:0;\r
-    height:6px;\r
-}\r
-.x-resizable-handle-southeast{\r
-    width:6px;\r
-    cursor:se-resize;\r
-    right:0;\r
-    bottom:0;\r
-    height:6px;\r
-    z-index:101;\r
-}\r
-.x-resizable-handle-northwest{\r
-    width:6px;\r
-    cursor:nw-resize;\r
-    left:0;\r
-    top:0;\r
-    height:6px;\r
-    z-index:101;\r
-}\r
-.x-resizable-handle-northeast{\r
-    width:6px;\r
-    cursor:ne-resize;\r
-    right:0;\r
-    top:0;\r
-    height:6px;\r
-    z-index:101;\r
-}\r
-.x-resizable-handle-southwest{\r
-    width:6px;\r
-    cursor:sw-resize;\r
-    left:0;\r
-    bottom:0;\r
-    height:6px;\r
-    z-index:101;\r
-}\r
-.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{\r
-    filter:alpha(opacity=100);\r
-        opacity:1;\r
-}\r
-.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{\r
-    background:url(../images/default/sizer/e-handle.gif);\r
-        background-position: left;\r
-}\r
-.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{\r
-    background:url(../images/default/sizer/e-handle.gif);\r
-        background-position: left;\r
-}\r
-.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{\r
-    background:url(../images/default/sizer/s-handle.gif);\r
-    background-position: top;\r
-}\r
-.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{\r
-    background:url(../images/default/sizer/s-handle.gif);\r
-    background-position: top;\r
-}\r
-.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{\r
-    background:url(../images/default/sizer/se-handle.gif);\r
-    background-position: top left;\r
-}\r
-.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{\r
-    background:url(../images/default/sizer/nw-handle.gif);\r
-    background-position:bottom right;\r
-}\r
-.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{\r
-    background:url(../images/default/sizer/ne-handle.gif);\r
-    background-position: bottom left;\r
-}\r
-.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{\r
-    background:url(../images/default/sizer/sw-handle.gif);\r
-    background-position: top right;\r
-}\r
-.x-resizable-proxy{\r
-    border: 1px dashed #3b5a82;\r
-    position:absolute;\r
-    overflow:hidden;\r
-    display:none;\r
-        left:0;top:0;\r
-    z-index:50000;\r
-}\r
-.x-resizable-overlay{\r
-    width:100%;\r
-        height:100%;\r
-        display:none;\r
-        position:absolute;\r
-        left:0;\r
-        top:0;\r
-        background:white;\r
-        z-index:200000;\r
-        -moz-opacity: 0;\r
-    opacity:0;\r
-    filter: alpha(opacity=0);\r
-}\r