Line | |
---|
1 | /* jQuery ui resizable */ |
---|
2 | .ui-resizable { position: relative; } |
---|
3 | .ui-wrapper { border: 0; } |
---|
4 | .ui-wrapper input, .ui-wrapper textarea { border: 0; } |
---|
5 | .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; } |
---|
6 | .ui-resizable .ui-resizable-handle { display: block; } |
---|
7 | body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */ |
---|
8 | body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */ |
---|
9 | .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(icon/resizable-n.gif) no-repeat scroll center top; } |
---|
10 | .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(icon/resizable-s.gif) no-repeat scroll center top; } |
---|
11 | .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(icon/resizable-e.gif) no-repeat scroll right center; } |
---|
12 | .ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(icon/resizable-w.gif) no-repeat scroll right center; } |
---|
13 | .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(icon/resizable-se.gif); } |
---|
14 | .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(icon/resizable-sw.gif); } |
---|
15 | .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(icon/resizable-nw.gif); } |
---|
16 | .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(icon/resizable-ne.gif); } |
---|
Note: See
TracBrowser
for help on using the repository browser.