Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / resources / css / structure / resizable.css
index 69d035e..82b8634 100644 (file)
 /*!
 /*!
- * Ext JS Library 3.1.1
- * Copyright(c) 2006-2010 Ext JS, LLC
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
-.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
-       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
-    right:0;\r
-    top:0;\r
-    height:100%;\r
-}\r
-\r
-.ext-ie .x-resizable-handle-east {\r
-    margin-right:-1px; /*IE rounding error*/\r
-}\r
-\r
-.x-resizable-handle-south{\r
-    width:100%;\r
-    cursor:s-resize;\r
-    left:0;\r
-    bottom:0;\r
-    height:6px;\r
-}\r
-\r
-.ext-ie .x-resizable-handle-south {\r
-    margin-bottom:-1px; /*IE rounding error*/\r
-}\r
-\r
-.x-resizable-handle-west{\r
-    width:6px;\r
-    cursor:w-resize;\r
-    left:0;\r
-    top:0;\r
-    height:100%;\r
-}\r
-\r
-.x-resizable-handle-north{\r
-    width:100%;\r
-    cursor:n-resize;\r
-    left:0;\r
-    top:0;\r
-    height:6px;\r
-}\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
-\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
-\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
-\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
-\r
-.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{\r
-    filter:alpha(opacity=100);\r
-       opacity:1;\r
-}\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
-\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-position: top left;\r
-}\r
-\r
-.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{\r
-    background-position:bottom right;\r
-}\r
-\r
-.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{\r
-    background-position: bottom left;\r
-}\r
-\r
-.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{\r
-    background-position: top right;\r
-}\r
-\r
-.x-resizable-proxy{\r
-    border: 1px dashed;\r
-    position:absolute;\r
-    overflow:hidden;\r
-    display:none;\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
-       z-index:200000;\r
-       -moz-opacity: 0;\r
-    opacity:0;\r
-    filter: alpha(opacity=0);\r
-}\r
+.x-resizable-handle {
+    position:absolute;
+    z-index:100;
+    /* ie needs these */
+    font-size:1px;
+    line-height:6px;
+    overflow:hidden;
+       filter:alpha(opacity=0);
+       opacity:0;
+       zoom:1;
+}
+
+.x-resizable-handle-east{
+    width:6px;
+    cursor:e-resize;
+    right:0;
+    top:0;
+    height:100%;
+}
+
+.ext-ie .x-resizable-handle-east {
+    margin-right:-1px; /*IE rounding error*/
+}
+
+.x-resizable-handle-south{
+    width:100%;
+    cursor:s-resize;
+    left:0;
+    bottom:0;
+    height:6px;
+}
+
+.ext-ie .x-resizable-handle-south {
+    margin-bottom:-1px; /*IE rounding error*/
+}
+
+.x-resizable-handle-west{
+    width:6px;
+    cursor:w-resize;
+    left:0;
+    top:0;
+    height:100%;
+}
+
+.x-resizable-handle-north{
+    width:100%;
+    cursor:n-resize;
+    left:0;
+    top:0;
+    height:6px;
+}
+
+.x-resizable-handle-southeast{
+    width:6px;
+    cursor:se-resize;
+    right:0;
+    bottom:0;
+    height:6px;
+    z-index:101;
+}
+
+.x-resizable-handle-northwest{
+    width:6px;
+    cursor:nw-resize;
+    left:0;
+    top:0;
+    height:6px;
+    z-index:101;
+}
+
+.x-resizable-handle-northeast{
+    width:6px;
+    cursor:ne-resize;
+    right:0;
+    top:0;
+    height:6px;
+    z-index:101;
+}
+
+.x-resizable-handle-southwest{
+    width:6px;
+    cursor:sw-resize;
+    left:0;
+    bottom:0;
+    height:6px;
+    z-index:101;
+}
+
+.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
+    filter:alpha(opacity=100);
+       opacity:1;
+}
+
+.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
+.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west
+{
+       background-position: left;
+}
+
+.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
+.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north
+{
+    background-position: top;
+}
+
+.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
+    background-position: top left;
+}
+
+.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
+    background-position:bottom right;
+}
+
+.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
+    background-position: bottom left;
+}
+
+.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
+    background-position: top right;
+}
+
+.x-resizable-proxy{
+    border: 1px dashed;
+    position:absolute;
+    overflow:hidden;
+    display:none;
+       left:0;
+    top:0;
+    z-index:50000;
+}
+
+.x-resizable-overlay{
+    width:100%;
+       height:100%;
+       display:none;
+       position:absolute;
+       left:0;
+       top:0;
+       z-index:200000;
+       -moz-opacity: 0;
+    opacity:0;
+    filter: alpha(opacity=0);
+}