source: extensions/Autosize/css/autosize.css @ 7805

Last change on this file since 7805 was 7805, checked in by cljosse, 13 years ago

[Autosize][beta] save

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