Ignore:
Timestamp:
Apr 4, 2011, 2:51:28 PM (13 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.2 (remove "adviser", get_comment_post_key()
replaced by get_ephemeral_key(), known_script replaced by combine_script
and use of combine_css)

textarea is no more "resizable" (useless and break CSS rules)

File:
1 edited

Legend:

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

    r8479 r10035  
    4343}
    4444
    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; }
    53 body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
    54 body .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); }
     45#cf_message {width:400px;height:200px;}
Note: See TracChangeset for help on using the changeset viewer.