Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / ux / css / PanelResizer.css
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 Sencha Inc.
4  * licensing@sencha.com
5  * http://www.sencha.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 }