Lines Matching full:resizable
2689 /* JQUERY RESIZABLE STYLES */
2690 .ui-resizable { position: relative; }
2691 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2692 .ui-resizable .ui-resizable-handle { display: block; }
2693 body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2694 body .ui-resizable-autohide .ui-resizable-handle { display: none; }
2695 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px;
2696 background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
2697 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
2698 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }