Ignore:
Timestamp:
Aug 16, 2011, 3:27:53 PM (13 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix compatibility with 'charlies video'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/template/mes_scripts.tpl

    r11912 r11961  
    66  {literal}
    77<style type="text/css" media="screen">
    8 #scrolltotop { position:fixed; top:100px;right:10px; z-index:1000; opacity:0; }
     8#scrolltotop { position:fixed; bottom:160px;right:5px; z-index:1000; }
    99#scrolltotop a { {/literal}
    1010  background-color:transparent;
     
    1212  background-position:left top; background-repeat:no-repeat;
    1313  display:block;
    14   height:100px; text-indent:-9999px; width:50px; border:0;
     14  height:60px; text-indent:-9999px; width:50px; border:0;
    1515  {literal}
    1616  }
    1717
    18 #scrolltobottom { position:fixed; bottom:100px;right:10px; z-index:1000; opacity:0; }
     18#scrolltobottom { position:fixed;  bottom:80px;right:5px; z-index:1000; }
    1919#scrolltobottom a { {/literal}
    2020  background-color:transparent;
     
    2222  background-position:left top; background-repeat:no-repeat;
    2323  display:block;
    24   height:100px; text-indent:-9999px; width:50px; border:0;
     24  height:60px; text-indent:-9999px; width:50px; border:0;
    2525  {literal}
    2626  }
     
    2828 {/literal} 
    2929{/html_head}
    30 <div id="scrolltobottom"><a title="Aller en bas de la page" href="#"></a></div>
    31 <div id="scrolltotop" ><a title="Revenir en haut de la page" href="#"></a></div>
     30<div id="scrolltobottom"><a title="Revenir en bas de la page" href="#"></a></div>
     31
     32<div id="scrollmiddle" style=" position:fixed;top:300px;right:10px; z-index:1000; opacity:1; " ></div>
    3233{literal}
    3334{/literal}
Note: See TracChangeset for help on using the changeset viewer.