Changeset 7827 for extensions/Autosize
- Timestamp:
- Nov 20, 2010, 2:11:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/js/Affiche_script.js
r7826 r7827 181 181 182 182 } 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 184 191 // info_img = jQuery("#charlie").infos(); //charlie 185 192 info_img = jQuery('#charlie object').infos(); //player
Note: See TracChangeset
for help on using the changeset viewer.