Lines Matching full:resizable
1497 /* JQUERY RESIZABLE STYLES */
1498 .ui-resizable { position: relative; }
1499 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
1500 .ui-resizable .ui-resizable-handle { display: block; }
1501 body .ui-resizable-disabled .ui-resizable-handle { display: none; }
1502 body .ui-resizable-autohide .ui-resizable-handle { display: none; }
1503 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px;
1504 background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
1505 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
1506 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }