Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / examples / ux / css / PanelResizer.css
1 /*!
2  * Ext JS Library 3.2.1
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .x-panel-resize {
8         height:5px;
9         background:transparent url(../images/panel-handle.gif) no-repeat center bottom;
10         position:relative;
11         left:0;
12         top:2px;
13         cursor:n-resize;
14         cursor:row-resize;
15         /* for IE */
16         font-size:1px;
17         line-height:1px;
18         overflow:hidden;
19 }