Ignore:
Timestamp:
Jul 11, 2012, 5:53:36 PM (12 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix compatibility with 2.4, fix left menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/css/autosize.css

    r16579 r16624  
    11 
    2 /* jQuery ui resizable */
    3 .ui-resizable { position: relative; }
    4 .ui-wrapper { border: 0; }
    5 .ui-wrapper input, .ui-wrapper textarea { border: 0; }
    6 
    7 /* Global handle styles */
    8 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
    9 .ui-resizable .ui-resizable-handle { display: block; }
    10 body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
    11 body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
    12 .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; }
    13 .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; }
    14 .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; }
    15 .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; }
    16 .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(images/resizable-se.gif); }
    17 .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
    18 .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
    19 .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
    202#theImage {
    213    opacity: 100;
    224    filter: alpha(opacity:100);
    23     padding-top: 0px;
    24     padding-bottom: 0px;
    25     padding-left: 0px;
     5
    266}
    277body{
     
    5232 /* background-color: #FFFF00;*/
    5333}
    54 
     34#content {/*
     35   border: 5px solid #00FF00;
     36   */
     37}
    5538#theImage {
    56   /*margin: 10px;
    57  border: 10px solid #f0FFf0;
     39/*
     40 border: 5px solid #f0FFf0;
    5841  padding: 10px;
    59  
     42  margin: 10px;
    6043  background-color: #00FF00; 
    6144  */
Note: See TracChangeset for help on using the changeset viewer.