Ignore:
Timestamp:
Jan 5, 2011, 7:04:50 PM (13 years ago)
Author:
Gotcha
Message:

Returns and correction of the jQuery (thank you cljosse) in the header
bug:2065

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/include/contactform.css

    r6547 r8479  
    4242        margin-left: 5px;
    4343}
     44
     45/* jQuery ui resizable */
     46.ui-resizable { position: relative; }
     47.ui-wrapper { border: 0; }
     48.ui-wrapper input, .ui-wrapper textarea { border: 0; }
     49
     50/* Global handle styles */
     51.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
     52.ui-resizable .ui-resizable-handle { display: block; }
     53body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
     54body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
     55.ui-resizable-n {
     56    cursor: n-resize;
     57    height: 6px;
     58    width: 100%;
     59    top: 0px;
     60    left: 0px;
     61    background: transparent url('../images/resizable-n.gif') no-repeat scroll center top;
     62}
     63.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(../../../admin/themes/roma/images/resizable-s.gif) no-repeat scroll center top; }
     64.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(../../../admin/themes/roma/images/resizable-e.gif) no-repeat scroll right center; }
     65.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(../../../admin/themes/roma/images/resizable-w.gif) no-repeat scroll right center; }
     66.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(../../../admin/themes/roma/images/resizable-se.gif); }
     67.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(../../../admin/themes/roma/images/resizable-sw.gif); }
     68.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(../../../admin/themes/roma/images/resizable-nw.gif); }
     69.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(../../../admin/themes/roma/images/resizable-ne.gif); }
Note: See TracChangeset for help on using the changeset viewer.