Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / resources / css / structure / resizable.css
similarity index 64%
rename from resources/css/resizable.css
rename to resources/css/structure/resizable.css
index 381eda7..7db5d9c 100644 (file)
@@ -1,11 +1,9 @@
-/*\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
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
 .x-resizable-handle {\r
     position:absolute;\r
     z-index:100;\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
+       filter:alpha(opacity=0);\r
+       opacity:0;\r
+       zoom:1;\r
 }\r
+\r
 .x-resizable-handle-east{\r
     width:6px;\r
     cursor:e-resize;\r
     top:0;\r
     height:100%;\r
 }\r
+\r
 .ext-ie .x-resizable-handle-east {\r
-      margin-right:-1px; /*IE rounding error*/\r
+    margin-right:-1px; /*IE rounding error*/\r
 }\r
+\r
 .x-resizable-handle-south{\r
     width:100%;\r
     cursor:s-resize;\r
     bottom:0;\r
     height:6px;\r
 }\r
+\r
 .ext-ie .x-resizable-handle-south {\r
-     margin-bottom:-1px; /*IE rounding error*/\r
+    margin-bottom:-1px; /*IE rounding error*/\r
 }\r
+\r
 .x-resizable-handle-west{\r
     width:6px;\r
     cursor:w-resize;\r
@@ -45,6 +47,7 @@
     top:0;\r
     height:100%;\r
 }\r
+\r
 .x-resizable-handle-north{\r
     width:100%;\r
     cursor:n-resize;\r
@@ -52,6 +55,7 @@
     top:0;\r
     height:6px;\r
 }\r
+\r
 .x-resizable-handle-southeast{\r
     width:6px;\r
     cursor:se-resize;\r
@@ -60,6 +64,7 @@
     height:6px;\r
     z-index:101;\r
 }\r
+\r
 .x-resizable-handle-northwest{\r
     width:6px;\r
     cursor:nw-resize;\r
@@ -68,6 +73,7 @@
     height:6px;\r
     z-index:101;\r
 }\r
+\r
 .x-resizable-handle-northeast{\r
     width:6px;\r
     cursor:ne-resize;\r
@@ -76,6 +82,7 @@
     height:6px;\r
     z-index:101;\r
 }\r
+\r
 .x-resizable-handle-southwest{\r
     width:6px;\r
     cursor:sw-resize;\r
     height:6px;\r
     z-index:101;\r
 }\r
+\r
 .x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{\r
     filter:alpha(opacity=100);\r
-        opacity:1;\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-east, .x-resizable-pinned .x-resizable-handle-east,\r
+.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west\r
+{\r
+       background-position: left;\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
+\r
+.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,\r
+.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north\r
+{\r
     background-position: top;\r
 }\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
+\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
+\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
+\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
+\r
 .x-resizable-proxy{\r
-    border: 1px dashed #3b5a82;\r
+    border: 1px dashed;\r
     position:absolute;\r
     overflow:hidden;\r
     display:none;\r
-        left:0;top:0;\r
+       left:0;\r
+    top:0;\r
     z-index:50000;\r
 }\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
+       height:100%;\r
+       display:none;\r
+       position:absolute;\r
+       left:0;\r
+       top:0;\r
+       z-index:200000;\r
+       -moz-opacity: 0;\r
     opacity:0;\r
     filter: alpha(opacity=0);\r
 }\r