Changeset 7827


Ignore:
Timestamp:
Nov 20, 2010, 2:11:48 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix compatiblity with charlie(360 swf).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/Affiche_script.js

    r7826 r7827  
    181181
    182182                 } else if (jQuery("#charlie").length > 0) {
    183                      jQuery("#charlie").css("position","relative");
     183                     
     184                      jQuery("#charlie").css({ padding: "0px",
     185                         marginLeft: "auto",
     186                         marginRight: "auto",
     187                         marginTop: "auto",
     188                         marginBottom:"auto", position: "relative", top: 0+ "px"
     189                     });
     190
    184191                       //    info_img = jQuery("#charlie").infos(); //charlie
    185192                  info_img = jQuery('#charlie object').infos(); //player
Note: See TracChangeset for help on using the changeset viewer.