source: trunk/web/addons/job_monarch/lib/extjs-30/examples/ux/css/PanelResizer.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 458 bytes
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
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}
Note: See TracBrowser for help on using the repository browser.