source: trunk/web/addons/job_monarch/lib/extjs/examples/resizable/basic.css @ 619

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

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 871 bytes
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9#basic, #animated {
10    border:1px solid #c3daf9;
11    color:#1e4e8f;
12    font:bold 14px tahoma,verdana,helvetica;
13    text-align:center;
14    padding-top:20px;
15         width:200px;
16         height:80px;
17}
18#snap {
19    border:1px solid #c3daf9;
20    overflow:hidden;
21}
22#custom {
23    cursor:move;
24}
25#custom-rzwrap{
26    z-index: 10000;
27}
28#custom-rzwrap .x-resizable-handle{
29    width:11px;
30    height:11px;
31    background:transparent url(../../resources/images/sizer/square.gif) no-repeat;
32    margin:0px;
33         line-height:11px;
34}
35#custom-rzwrap .x-resizable-handle-east, #custom-rzwrap .x-resizable-handle-west{
36    top:45%;
37}
38#custom-rzwrap .x-resizable-handle-north, #custom-rzwrap .x-resizable-handle-south{
39    left:45%;
40}
Note: See TracBrowser for help on using the repository browser.