Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / examples / resizable / basic.css
1 /*!
2  * Ext JS Library 3.1.1
3  * Copyright(c) 2006-2010 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 #basic, #animated {\r
8     border:1px solid #c3daf9;\r
9     color:#1e4e8f;\r
10     font:bold 14px tahoma,verdana,helvetica;\r
11     text-align:center;\r
12     padding-top:20px;\r
13          width:200px;\r
14          height:80px;\r
15 }\r
16 #snap {\r
17     border:1px solid #c3daf9;\r
18     overflow:hidden;\r
19 }\r
20 #custom {\r
21     cursor:move;\r
22 }\r
23 #custom-rzwrap{\r
24     z-index: 10000;\r
25 }\r
26 #custom-rzwrap .x-resizable-handle{\r
27     width:11px;\r
28     height:11px;\r
29     background:transparent url(../../resources/images/sizer/square.gif) no-repeat;\r
30     margin:0px;\r
31          line-height:11px;\r
32 }\r
33 #custom-rzwrap .x-resizable-handle-east, #custom-rzwrap .x-resizable-handle-west{\r
34     top:45%;\r
35 }\r
36 #custom-rzwrap .x-resizable-handle-north, #custom-rzwrap .x-resizable-handle-south{\r
37     left:45%;\r
38 }