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