X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc:/resources/css/resizable.css..c930e9176a5a85509c5b0230e2bff5c22a591432:/resources/css/structure/resizable.css diff --git a/resources/css/resizable.css b/resources/css/structure/resizable.css similarity index 64% rename from resources/css/resizable.css rename to resources/css/structure/resizable.css index 381eda7d..7db5d9c7 100644 --- a/resources/css/resizable.css +++ b/resources/css/structure/resizable.css @@ -1,11 +1,9 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ .x-resizable-handle { position:absolute; z-index:100; @@ -13,11 +11,11 @@ font-size:1px; line-height:6px; overflow:hidden; - background:white; - filter:alpha(opacity=0); - opacity:0; - zoom:1; + filter:alpha(opacity=0); + opacity:0; + zoom:1; } + .x-resizable-handle-east{ width:6px; cursor:e-resize; @@ -25,9 +23,11 @@ top:0; height:100%; } + .ext-ie .x-resizable-handle-east { - margin-right:-1px; /*IE rounding error*/ + margin-right:-1px; /*IE rounding error*/ } + .x-resizable-handle-south{ width:100%; cursor:s-resize; @@ -35,9 +35,11 @@ bottom:0; height:6px; } + .ext-ie .x-resizable-handle-south { - margin-bottom:-1px; /*IE rounding error*/ + margin-bottom:-1px; /*IE rounding error*/ } + .x-resizable-handle-west{ width:6px; cursor:w-resize; @@ -45,6 +47,7 @@ top:0; height:100%; } + .x-resizable-handle-north{ width:100%; cursor:n-resize; @@ -52,6 +55,7 @@ top:0; height:6px; } + .x-resizable-handle-southeast{ width:6px; cursor:se-resize; @@ -60,6 +64,7 @@ height:6px; z-index:101; } + .x-resizable-handle-northwest{ width:6px; cursor:nw-resize; @@ -68,6 +73,7 @@ height:6px; z-index:101; } + .x-resizable-handle-northeast{ width:6px; cursor:ne-resize; @@ -76,6 +82,7 @@ height:6px; z-index:101; } + .x-resizable-handle-southwest{ width:6px; cursor:sw-resize; @@ -84,60 +91,59 @@ height:6px; z-index:101; } + .x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{ filter:alpha(opacity=100); - opacity:1; + opacity:1; } -.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{ - background:url(../images/default/sizer/e-handle.gif); - background-position: left; -} -.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{ - background:url(../images/default/sizer/e-handle.gif); - background-position: left; -} -.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{ - background:url(../images/default/sizer/s-handle.gif); - background-position: top; + +.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-north, .x-resizable-pinned .x-resizable-handle-north{ - background:url(../images/default/sizer/s-handle.gif); + +.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:url(../images/default/sizer/se-handle.gif); background-position: top left; } + .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{ - background:url(../images/default/sizer/nw-handle.gif); background-position:bottom right; } + .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{ - background:url(../images/default/sizer/ne-handle.gif); background-position: bottom left; } + .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{ - background:url(../images/default/sizer/sw-handle.gif); background-position: top right; } + .x-resizable-proxy{ - border: 1px dashed #3b5a82; + border: 1px dashed; position:absolute; overflow:hidden; display:none; - left:0;top:0; + left:0; + top:0; z-index:50000; } + .x-resizable-overlay{ width:100%; - height:100%; - display:none; - position:absolute; - left:0; - top:0; - background:white; - z-index:200000; - -moz-opacity: 0; + height:100%; + display:none; + position:absolute; + left:0; + top:0; + z-index:200000; + -moz-opacity: 0; opacity:0; filter: alpha(opacity=0); }